Skip to content

Commit 2b2f850

Browse files
authored
Merge pull request #148 from mehrazmorshed/patch-1
2 parents 1ba96d0 + fcbffc1 commit 2b2f850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • wordpress-coding-standards

wordpress-coding-standards/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ In a `switch` block, there must be no space between the `case` condition and the
228228
```php
229229
switch ( $foo ) {
230230
case 'bar': // Correct.
231-
case 'ba' : // Incorrect.
231+
case 'bar' : // Incorrect.
232232
}
233233
```
234234

0 commit comments

Comments
 (0)