Skip to content

Commit 75580b5

Browse files
committed
About-Standards-for-PHP_CodeSniffer: fix typo
1 parent ba23f7d commit 75580b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/About-Standards-for-PHP_CodeSniffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ use PHP_CodeSniffer\Sniffs\Sniff;
245245
class OperatorSpacingSniff implements Sniff {...}
246246
```
247247

248-
:x: Not following the required directory structure (missing `[CategoryName]` subdirectory):
248+
:x: Not following the required directory structure (missing `[CategoryName]` sub-directory):
249249
```php
250250
<?php
251251
// File: MyStandard/Sniffs/OperatorSpacingSniff.php

0 commit comments

Comments
 (0)