We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba23f7d commit 75580b5Copy full SHA for 75580b5
wiki/About-Standards-for-PHP_CodeSniffer.md
@@ -245,7 +245,7 @@ use PHP_CodeSniffer\Sniffs\Sniff;
245
class OperatorSpacingSniff implements Sniff {...}
246
```
247
248
-:x: Not following the required directory structure (missing `[CategoryName]` subdirectory):
+:x: Not following the required directory structure (missing `[CategoryName]` sub-directory):
249
```php
250
<?php
251
// File: MyStandard/Sniffs/OperatorSpacingSniff.php
0 commit comments