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 ea57ee7 commit 674c1d8Copy full SHA for 674c1d8
finder.php
@@ -2,6 +2,8 @@
2
3
declare(strict_types=1);
4
5
+// phpcs:disable Squiz.PHP.CommentedOutCode
6
+
7
return \StubsGenerator\Finder::create()
8
->in('source/wordpress')
9
// Shim for load-styles.php and load-scripts.php.
phpcs.xml.dist
@@ -8,7 +8,6 @@
<exclude name="Generic.Files.LineLength"/>
<exclude name="PEAR.Commenting.ClassComment"/>
10
<exclude name="PEAR.Commenting.FileComment"/>
11
- <exclude name="Squiz.PHP.CommentedOutCode.Found"/>
12
</rule>
13
14
</ruleset>
0 commit comments