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
I think it would be helpful to detect when a user forgets to remove a git merge conflict tag like below:
$myCoolArray = [ 'first_name' => 'Bob', <<<<<<< HEAD 'last_name' => 'Henry', ======= 'last_name' => 'Smith', >>>>>>> master ];
It looks like this sniff will be added in a future version of phpcs as seen in the link below.
squizlabs/PHP_CodeSniffer@c961b32
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think it would be helpful to detect when a user forgets to remove a git merge conflict tag like below:
It looks like this sniff will be added in a future version of phpcs as seen in the link below.
squizlabs/PHP_CodeSniffer@c961b32
The text was updated successfully, but these errors were encountered: