Skip to content

Commit eb7ad81

Browse files
committed
Revert the grammar change
1 parent 2b5790e commit eb7ad81

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
@@ -300,7 +300,7 @@ if ( condition ) {
300300
}
301301
```
302302

303-
If you have a really long block, consider whether it can be broken into two or shorter blocks, functions, or methods, to reduce complexity, improve ease of testing, and increase readability.
303+
If you have a really long block, consider whether it can be broken into two or more shorter blocks, functions, or methods, to reduce complexity, improve ease of testing, and increase readability.
304304

305305
Braces should always be used, even when they are not required:
306306

0 commit comments

Comments
 (0)