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: Gary Jones <[email protected]>
  • Loading branch information
dingo-d and GaryJones authored Sep 28, 2022
1 parent 02bf1bf commit 8634d24
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 @@ -768,7 +768,7 @@ class Foo {

### Object Instantiation

When instantiating a new object instance, parenthesis must always be used, even when not strictly necessary.
When instantiating a new object instance, parenthesis must always be used.
There should be no space between the name of the class being instantiated and the opening parenthesis.

```php
Expand Down

0 comments on commit 8634d24

Please sign in to comment.