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
337 stars 175 forks source link

php deprecation warning - /lib/form/sfFormField.class.php - Optional parameter $parent declared before required parameter.... #372

Closed DavidGoodwin closed 2 months ago

DavidGoodwin commented 2 months ago

under php 8.2 I see :

[11-Apr-2024 13:59:18 UTC] PHP Deprecated: Optional parameter $parent declared before required parameter $value is implicitly treated as a required parameter in ...../vendor/friendsofsymfony1/symfony1/lib/form/sfFormField.class.php on line 44

alquerci commented 2 months ago

Hello @DavidGoodwin

Thanks to report this issue.

It will be fixed by #365

DavidGoodwin commented 2 months ago

Aah.... Yes, thanks!