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

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

PHP 7.4: fix compatibility issue #7

Closed jrfnl closed 4 years ago

jrfnl commented 4 years ago

Array access using curly braces has been deprecated in PHP 7.4.

Ref: https://www.php.net/manual/en/migration74.deprecated.php#migration74.deprecated.core.array-string-access-curly-brace

grogy commented 4 years ago

You have great small improvements in many project. Thanks for your time and energy :-)

jrfnl commented 4 years ago

You have great small improvements in many project.

You're welcome. Most of these are necessary changes for me to be able to justify using the packages. After all, if the packages aren't tested/working properly on the versions I want to use them on, in the spirit of open source, one should make sure they are.