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 e0e7b33 commit d727519Copy full SHA for d727519
wordpress-coding-standards/php.md
@@ -391,7 +391,7 @@ Files containing template tags in `wp-includes` should have `-template` appended
391
general-template.php
392
```
393
394
-### Only one object structure (class/interface/trait) should be declared per file
+### Only one object structure (class/interface/trait) declared per file
395
396
For instance, if we have a file called `class-example-class.php` it can only contain one class in that file.
397
0 commit comments