barryvdh / laravel-snappy

Laravel Snappy PDF
MIT License
2.59k stars 289 forks source link

Fix `Creation of dynamic property` warning in PHP 8.2 for SnappyImage #518

Closed jonnywilliamson closed 6 months ago

jonnywilliamson commented 8 months ago

The pdf side of the house was updated to fix the php 8.2 deprecation notices, but not the Image side. (https://github.com/barryvdh/laravel-snappy/pull/501)

This just fixes and updates that.

Would you also tag a release if you accept this please? Thank you!

jonnywilliamson commented 6 months ago

Thank you!