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 d26b3ce commit c59319cCopy full SHA for c59319c
phpcs.xml.dist
@@ -88,6 +88,9 @@
88
<exclude name="PHPCompatibility.Keywords.ForbiddenNamesAsDeclared.objectFound"/>
89
<exclude name="Squiz.PHP.DisallowMultipleAssignments.FoundInControlStructure"/>
90
91
+ <!-- excluded because we are using namespaced hooks, such as "wpgraphql/acf/$action_name" -->
92
+ <exclude name="WordPress.NamingConventions.ValidHookName.UseUnderscores"/>
93
+
94
<!-- Should maybe Add Back Later -->
95
<exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/>
96
<exclude name="PEAR.Functions.FunctionCallSignature.CloseBracketLine"/>
0 commit comments