Skip to content

Commit

Permalink
remove extra words
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed May 18, 2012
1 parent 37e6ad4 commit 6788066
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proposed/PSR-2-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 406,7 @@ A `switch` structure looks like the following. Note the placement of
parentheses, spaces, and braces. The `case` statement MUST be indented once
from `switch`, and the `break` keyword (or other terminating keyword) MUST be
indented at the same level as the `case` body. There MUST be a comment such as
`// no break` when continuation or fall-through is intentional in a non-empty
`case` body.
`// no break` when fall-through is intentional in a non-empty `case` body.

```php
<?php
Expand Down

0 comments on commit 6788066

Please sign in to comment.