Conversation
|
I was about to suggest why not enable |
Does it? Granted, I'm not familiar with phpcs but squizlabs/PHP_CodeSniffer#801 leads me to assume otherwise. |
|
@mfn see https://github.com/slevomat/coding-standard#slevomatcodingstandardnamespacesunuseduses- In PHPCS there IMO should not be any sniffs but the CS tool. Might lead to confusions like this. |
I'm already confused by linking to coding-standard vs. the phpcs issue I linked but .. I totally trust your judgement, I feel already bad for derailing here so much. Apologies. |
|
There's phpcs tool for running sniffs and then there are coding standards that are basically rulesets composed of sniffs. Those rulesets are run via phpcs. And one such ruleset that is used here is maintained by Doctrine https://github.com/doctrine/coding-standard. One confusing thing is that there are sniffs in phpcs repository https://github.com/squizlabs/PHP_CodeSniffer, I'd separate it into two 🤷🏾♀️ . Hope that clears it up a bit ;) |
No description provided.