FriendsOfSymfony1 / symfony1

[DEPRECATED -- Use Symfony instead] Fork of symfony 1.4 with DIC, form enhancements, latest Swiftmailer, better performance, composer compatible and PHP 8 support
https://symfony.com/legacy
MIT License
338 stars 176 forks source link

PHP 8.3 deprecated errors fixed #320

Closed miamibc closed 7 months ago

miamibc commented 8 months ago

Fixed error when running any task:

Creating of dynamic property myTaskClassName::$version is deprecated

Fixed by adding these properties. Also found same mistake in other parts of code... will be continued.

miamibc commented 8 months ago

Done. Removed unnencessary changes. Tested with commands ./symfony and ./symfony doctrine:build --all-classes, no errors in output.

connorhu commented 7 months ago

@thirsch Don't necessarily need squash. We can do squash with PR adoption, same result.

connorhu commented 7 months ago

@thePanz you noticed the wrong branch (unlike me). Thank you!