Skip to content

Commit fcbffc1

Browse files
Update php.md
1 parent 1ba96d0 commit fcbffc1

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)