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
For the record:
I am getting
PHP Fatal error: Uncaught AssertionError: assert($firstOnLinePointer !== null) in /app/vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Classes/AbstractPropertyConstantAndEnumCaseSpacing.php:67
on a CRLF formatted file
s$ cat -A ProductCustomFields.php | head -n 3 <?php declare(strict_types=1);^M$ ^M$ /**^M$
Switching to LF seems to fix the problem.
I want to use LF, so it's all fine. Just adding this for the record and for others who might run into the same issue.
The text was updated successfully, but these errors were encountered:
I also noticed problems with phpcbf running into infinite loops which seem to be related with CRLFs
Sorry, something went wrong.
No branches or pull requests
For the record:
I am getting
PHP Fatal error: Uncaught AssertionError: assert($firstOnLinePointer !== null) in /app/vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Classes/AbstractPropertyConstantAndEnumCaseSpacing.php:67
on a CRLF formatted file
Switching to LF seems to fix the problem.
I want to use LF, so it's all fine. Just adding this for the record and for others who might run into the same issue.
The text was updated successfully, but these errors were encountered: