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
Make a file test.php containing
<?php require_once(__DIR__ . '/config.php'); $test = context_system::instance ();
Feed it to code-checker. Note that it does not detect the extra space.
Reporter: Tim Hunt
Original issue: https://tracker.moodle.org/browse/CONTRIB-6256
The text was updated successfully, but these errors were encountered:
This is detected in moodle-extra by PSR2.Methods.FunctionCallSignature.SpaceBeforeOpenBracket.
PSR2.Methods.FunctionCallSignature.SpaceBeforeOpenBracket
Sorry, something went wrong.
No branches or pull requests
Make a file test.php containing
Feed it to code-checker. Note that it does not detect the extra space.
Reporter: Tim Hunt
Original issue: https://tracker.moodle.org/browse/CONTRIB-6256
The text was updated successfully, but these errors were encountered: