@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace PHPCompatibility\Sniffs\ControlStructures; |
13 | 13 | |
14 | 14 | use PHPCompatibility\Sniff; |
15 | -use PHPCompatibility\PHPCSHelper; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * \PHPCompatibility\Sniffs\ControlStructures\DiscouragedSwitchContinue. |
@@ -9,8 +9,6 @@ |
||
9 | 9 | |
10 | 10 | namespace PHPCompatibility\Sniffs\FunctionNameRestrictions; |
11 | 11 | |
12 | -use PHPCompatibility\PHPCSHelper; |
|
13 | - |
|
14 | 12 | /** |
15 | 13 | * \PHPCompatibility\Sniffs\FunctionNameRestrictions\ReservedFunctionNamesSniff. |
16 | 14 | * |
@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace PHPCompatibility\Sniffs\Keywords; |
12 | 12 | |
13 | 13 | use PHPCompatibility\Sniff; |
14 | -use PHPCompatibility\PHPCSHelper; |
|
15 | 14 | |
16 | 15 | /** |
17 | 16 | * \PHPCompatibility\Sniffs\Keywords\ForbiddenNamesSniff. |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace PHPCompatibility\Sniffs\Lists; |
13 | 13 | |
14 | 14 | use PHPCompatibility\Sniff; |
15 | -use PHPCompatibility\PHPCSHelper; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * \PHPCompatibility\Sniffs\Lists\ForbiddenEmptyListAssignmentSniff. |