PHP 8.2 looks like it throws an error due to no longer supporting creation of dynamic properties. It doesn't look like this issue is affecting anyone else, so it could be some sort of edge case with the way my blade templates are being used.
To Reproduce
Install PHP 8.2
Run the loadView function with HTML and blade views in place
Laravel will throw an Exception "Creation of dynamic property HTML5_TreeBuilder::$pendingTableCharactersNull is deprecated."
Expected behavior
No exception should be thrown.
Screenshots
Additional context
I was able to fix this issue by defining the $pendingTableCharactersNull in dompdf/dompdf/lib/html5lib/TreeBuilder.php
PHP 8.2 looks like it throws an error due to no longer supporting creation of dynamic properties. It doesn't look like this issue is affecting anyone else, so it could be some sort of edge case with the way my blade templates are being used.
To Reproduce
Expected behavior No exception should be thrown.
Screenshots
Additional context I was able to fix this issue by defining the $pendingTableCharactersNull in dompdf/dompdf/lib/html5lib/TreeBuilder.php