Skip to content

Commit d727519

Browse files
dingo-dntwb
andcommitted
Update wordpress-coding-standards/php.md
Co-authored-by: Stephen Edgar <stephen@netweb.com.au>
1 parent e0e7b33 commit d727519

File tree

1 file changed

+1
-1
lines changed
  • wordpress-coding-standards

1 file changed

+1
-1
lines changed

wordpress-coding-standards/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Files containing template tags in `wp-includes` should have `-template` appended
391391
general-template.php
392392
```
393393

394-
### Only one object structure (class/interface/trait) should be declared per file
394+
### Only one object structure (class/interface/trait) declared per file
395395

396396
For instance, if we have a file called `class-example-class.php` it can only contain one class in that file.
397397

0 commit comments

Comments
 (0)