Skip to content

Commit

Permalink
Capitalize the title
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo-d committed Aug 26, 2022
1 parent 4312cd9 commit 8f1f77e
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 @@ -755,7 +755,7 @@ abstract class Foo {
}
```

### Object instantiation
### Object Instantiation

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

0 comments on commit 8f1f77e

Please sign in to comment.