Completed
Pull Request — master (#7)
by Tomáš
07:02 queued 36s
created
src/Generators/Generator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 
15 15
 use Symplify\PHP7_CodeSniffer\Ruleset;
16 16
 use Symplify\PHP7_CodeSniffer\Autoload;
17
-use Symplify\PHP7_CodeSniffer\Util\Common;
18 17
 
19 18
 abstract class Generator
20 19
 {
Please login to merge, or discard this patch.
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.