@@ -10,7 +10,6 @@ |
||
| 10 | 10 | namespace Symplify\PHP7_CodeSniffer\Reports; |
| 11 | 11 | |
| 12 | 12 | use Symplify\PHP7_CodeSniffer\Files\File; |
| 13 | -use Symplify\PHP7_CodeSniffer\Util; |
|
| 14 | 13 | |
| 15 | 14 | class Diff implements Report |
| 16 | 15 | { |
@@ -9,9 +9,6 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace Symplify\PHP7_CodeSniffer\Util; |
| 11 | 11 | |
| 12 | -use Symplify\PHP7_CodeSniffer\Config; |
|
| 13 | -use Symplify\PHP7_CodeSniffer\Exceptions\RuntimeException; |
|
| 14 | - |
|
| 15 | 12 | class Common |
| 16 | 13 | { |
| 17 | 14 | |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | namespace Symplify\PHP7_CodeSniffer\Reports; |
| 11 | 11 | |
| 12 | 12 | use Symplify\PHP7_CodeSniffer\Files\File; |
| 13 | -use Symplify\PHP7_CodeSniffer\Util; |
|
| 14 | 13 | |
| 15 | 14 | class Diff implements Report |
| 16 | 15 | { |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | namespace Symplify\PHP7_CodeSniffer\Sniffs; |
| 11 | 11 | |
| 12 | 12 | use Symplify\PHP7_CodeSniffer\Files\File; |
| 13 | -use Symplify\PHP7_CodeSniffer\Config; |
|
| 14 | 13 | use Symplify\PHP7_CodeSniffer\Util\Tokens; |
| 15 | 14 | use Symplify\PHP7_CodeSniffer\Tokenizers\PHP; |
| 16 | 15 | use Symplify\PHP7_CodeSniffer\Exceptions\RuntimeException; |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | namespace Symplify\PHP7_CodeSniffer\Sniffs; |
| 17 | 17 | |
| 18 | 18 | use Symplify\PHP7_CodeSniffer\Files\File; |
| 19 | -use Symplify\PHP7_CodeSniffer\Exceptions\RuntimeException; |
|
| 20 | 19 | |
| 21 | 20 | abstract class AbstractVariableSniff extends AbstractScopeSniff |
| 22 | 21 | { |