Skip to content

Commit 3591771

Browse files
committed
Add "wp" to allowed short names
1 parent 1b6f549 commit 3591771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Inpsyde/Sniffs/CodeQuality/ElementNameMinimalLengthSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ final class ElementNameMinimalLengthSniff implements Sniff
4545
'it',
4646
'db',
4747
'is',
48+
'wp',
4849
];
4950

5051
/**

0 commit comments

Comments
 (0)