Skip to content
New issue

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

implode_param_order_check not working #92

Open
schneidr opened this issue Dec 12, 2023 · 1 comment
Open

implode_param_order_check not working #92

schneidr opened this issue Dec 12, 2023 · 1 comment

Comments

@schneidr
Copy link

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
@schneidr
Copy link
Author

Well, probably because it's commented out :(

// 'implode' => '@implode_param_order_check',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant