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 838d8a0 commit ae7a7bbCopy full SHA for ae7a7bb
phpcs.xml
@@ -4,6 +4,7 @@
4
<description>PHP 7.4+ coding standards for Syde WordPress projects.</description>
5
6
<file>Inpsyde</file>
7
+ <file>InpsydeTemplates</file>
8
<file>./tests/src</file>
9
<file>./tests/unit/cases</file>
10
<file>./tests/e2e/cases</file>
@@ -29,6 +30,7 @@
29
30
31
<rule ref="Inpsyde.CodeQuality.Psr4">
32
<exclude-pattern>./Inpsyde/Sniffs/</exclude-pattern>
33
+ <exclude-pattern>./InpsydeTemplates/Sniffs/</exclude-pattern>
34
<properties>
35
<property name="psr4" type="array">
36
<element key="Inpsyde\CodingStandard\Helpers" value="Inpsyde/Helpers"/>
0 commit comments