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 26fb8f4 commit bfd8ebcCopy full SHA for bfd8ebc
phpcs.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0"?>
2
-<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="{{theme_name}}" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
+<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="{{{theme_name_xml_escaped}}}" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
3
<description>{{theme_name}} coding standards</description>
4
5
<!-- Check all PHP files in directory tree by default. -->
0 commit comments