Completed
Push — master ( 1442eb...64bec4 )
by Tomáš
11:51
created
src/Console/Command/RunCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace Symplify\PHP7_CodeSniffer\Console\Command;
9 9
 
10
-use Exception;
11 10
 use Symfony\Component\Console\Command\Command;
12 11
 use Symfony\Component\Console\Input\InputArgument;
13 12
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.
src/Console/ExitCode.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     /**
13 13
      * @var int
14 14
      */
15
-   const SUCCESS = 0;
15
+    const SUCCESS = 0;
16 16
 
17 17
     /**
18 18
      *
Please login to merge, or discard this patch.