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 7628a88 commit 551b1e9Copy full SHA for 551b1e9
Inpsyde/PHPCSAliases.php
Inpsyde/ruleset.xml
@@ -4,7 +4,6 @@
4
<description>PHP 7+ coding standards for Inpsyde WordPress projects.</description>
5
6
<autoload>./PhpcsHelpers.php</autoload>
7
- <autoload>./PHPCSAliases.php</autoload>
8
9
<!--
10
PHP 7.0 and higher.
phpcs.xml
@@ -2,10 +2,7 @@
2
<ruleset name="Inpsyde Coding Standard">
3
-
<autoload>./Inpsyde/PhpcsHelpers.php</autoload>
- <autoload>./Inpsyde/PHPCSAliases.php</autoload>
<file>./Inpsyde/Sniffs</file>
<file>./tests/src</file>
11
<file>./tests/cases</file>
0 commit comments