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 0269f90 commit bf700d8Copy full SHA for bf700d8
src/Rules/NoGenericWordRule.php
@@ -11,6 +11,8 @@
11
class NoGenericWordRule implements Rule
12
{
13
private const FORBIDDEN_VARIABLE_NAMES = [
14
+ 'arg',
15
+ 'argument',
16
'arr',
17
'array',
18
'bool',
0 commit comments