Skip to content

Commit 174bf1c

Browse files
committed
chore: set noNamespaceSchemaLocation in example
1 parent ecfc063 commit 174bf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml.dist.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<ruleset name="WordPress Coding Standards for WPGraphQL Plugins">
2+
<ruleset name="WordPress Coding Standards for WPGraphQL Plugins" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
33
<description>Sniffs for the WPGraphQL ecosystem - Example</description>
44

55
<!-- What to scan: include any root-level PHP files, and the /src folder -->

0 commit comments

Comments
 (0)