Skip to content

Commit bf700d8

Browse files
committed
⬆️ Add new words to the No Generic Word rule
1 parent 0269f90 commit bf700d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Rules/NoGenericWordRule.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
class NoGenericWordRule implements Rule
1212
{
1313
private const FORBIDDEN_VARIABLE_NAMES = [
14+
'arg',
15+
'argument',
1416
'arr',
1517
'array',
1618
'bool',

0 commit comments

Comments
 (0)