Completed
Push — master ( 21dc38...17de5c )
by Tomáš
10s
created
src/Reports/Diff.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Util/Common.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -9,9 +9,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Files/FileList.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Sniffs/AbstractPatternSniff.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Sniffs/AbstractVariableSniff.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.