We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The check implode_param_order_check does not work for me.
Test PHP file:
<?php implode(",", $foo); implode($foo, ","); implode( $foo, "," );
Result for targets 8.0 or 8.1:
$ phpdd -t 8.1 test.php Max file size set to: 1.000 MiB File test.php Analyzer has not detected any issues in your code. Peak memory usage: 2.363 MB
Version:
$ phpdd --version phpcf 2.0.29
The text was updated successfully, but these errors were encountered:
Well, probably because it's commented out :(
PhpDeprecationDetector/data/8.0.php
Line 142 in 860e40c
Sorry, something went wrong.
No branches or pull requests
The check implode_param_order_check does not work for me.
Test PHP file:
Result for targets 8.0 or 8.1:
Version:
The text was updated successfully, but these errors were encountered: