php-parallel-lint / PHP-Var-Dump-Check

Find forgotten variables dump in PHP source code.
Other
21 stars 10 forks source link

Adds return types to be compatible with PHP 8.1 #18

Closed samuel-cloete closed 1 year ago

samuel-cloete commented 2 years ago

I'm getting deprecation notices when using php 8.1

grogy commented 2 years ago

Thank you for the merge request.

Tool support PHP 5.4+. Can you, please, think about back compatible fix?

grogy commented 1 year ago

Hello @samuel-cloete this issue resolved #22 with PHP annotation ReturnTypeWillChange. Your changeset is ok, but incompatible with old PHP versions.

Thank for your affort and have a nice day