Skip to content

Commit 674c1d8

Browse files
authored
Free CS violations! (#138)
1 parent ea57ee7 commit 674c1d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

finder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
declare(strict_types=1);
44

5+
// phpcs:disable Squiz.PHP.CommentedOutCode
6+
57
return \StubsGenerator\Finder::create()
68
->in('source/wordpress')
79
// Shim for load-styles.php and load-scripts.php.

phpcs.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<exclude name="Generic.Files.LineLength"/>
99
<exclude name="PEAR.Commenting.ClassComment"/>
1010
<exclude name="PEAR.Commenting.FileComment"/>
11-
<exclude name="Squiz.PHP.CommentedOutCode.Found"/>
1211
</rule>
1312

1413
</ruleset>

0 commit comments

Comments
 (0)