We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e777e commit b6bb327Copy full SHA for b6bb327
spec.md
@@ -370,7 +370,7 @@ class MyException extends \RuntimeException {}
370
```
371
372
When accessing a class member immediately after instantiating a new class, the instantiation SHOULD NOT be wrapped in
373
-parenthesis. For example:
+parentheses. For example:
374
375
```php
376
new Foo()->someMethod();
0 commit comments