Skip to content

Commit

Permalink
Update wordpress-coding-standards/php.md
Browse files Browse the repository at this point in the history
Co-authored-by: Juliette <[email protected]>
  • Loading branch information
dingo-d and jrfnl authored Aug 24, 2022
1 parent c7068d0 commit c4d13b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress-coding-standards/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ $a = foo(
);
```

### Trait Formatting
### Trait Use statements

Trait `use` statements should be at the top of a class and should have exactly one blank line before the first `use` statement, and at least one blank line after. The only exception is when the class only contains the trait `use` statement, in which case the blank line after may be omitted.

Expand Down

0 comments on commit c4d13b5

Please sign in to comment.