JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 62 forks source link

Remove the curly braces notation for PHP 7.4 #153

Closed kranack closed 4 years ago

kranack commented 4 years ago

Since PHP 7.4, the curly braces notation on array and string is deprecated. I just replaced it with a strpos to remove the warning (and possibly future error ?)

kranack commented 4 years ago

Just realized the fix is already available on PR #143. I'm closing this one.