Skip to content

Commit 551b1e9

Browse files
committed
Remove aliases as they should not be necessary anymore
1 parent 7628a88 commit 551b1e9

File tree

3 files changed

+0
-93
lines changed

3 files changed

+0
-93
lines changed

Inpsyde/PHPCSAliases.php

Lines changed: 0 additions & 89 deletions
This file was deleted.

Inpsyde/ruleset.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<description>PHP 7+ coding standards for Inpsyde WordPress projects.</description>
55

66
<autoload>./PhpcsHelpers.php</autoload>
7-
<autoload>./PHPCSAliases.php</autoload>
87

98
<!--
109
PHP 7.0 and higher.

phpcs.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
<ruleset name="Inpsyde Coding Standard">
33

44
<description>PHP 7+ coding standards for Inpsyde WordPress projects.</description>
5-
65
<autoload>./Inpsyde/PhpcsHelpers.php</autoload>
7-
<autoload>./Inpsyde/PHPCSAliases.php</autoload>
8-
96
<file>./Inpsyde/Sniffs</file>
107
<file>./tests/src</file>
118
<file>./tests/cases</file>

0 commit comments

Comments
 (0)