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
There are wrong assertions in Line 68 and 69 of the LineCountingVisitor.
Bad Assertion
It may be that there are only commented lines of code, or only uncommented lines of code. example file contents of a file called lang_en.php:
<?php return ['foo' => 'bar in english'];
I think the 3rd assertion is enough :)
greetz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are wrong assertions in Line 68 and 69 of the LineCountingVisitor.
Bad Assertion
It may be that there are only commented lines of code, or only uncommented lines of code.
example file contents of a file called lang_en.php:
I think the 3rd assertion is enough :)
greetz
The text was updated successfully, but these errors were encountered: