Skip to content

Commit

Permalink
Merge pull request #117 from WordPress/code-block-minor-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones authored Sep 6, 2022
2 parents fc87065 + 6870528 commit b73bb2a
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 @@ -152,7 +152,7 @@ foo() && bar();
array( 1, 2, 3 );
$baz . '-5';
$term .= 'X';
if ( $object instanceof Post_Type_Interface ) {};
if ( $object instanceof Post_Type_Interface ) {}
$result = 2 ** 3; // 8.
```

Expand Down

0 comments on commit b73bb2a

Please sign in to comment.