You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic/UselessOverridingMethod: fix syntax errors in the documentation
This commit fixes two syntax errors in the PHP code examples in the
sniff documentation.
Previously, the provided code would cause the following PHP error:
```
PHP Fatal error: Cannot use "parent" when current class scope has no
parent
```
0 commit comments