Completed
Push — master ( 5b2853...904b84 )
by Ricardo
03:18
created
src/Tools/Plugin/Codeception.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Fabrica\Tools\Plugin;
4 4
 
5
-use Fabrica\Tools\Builder;
6 5
 use Fabrica\Models\Infra\Ci\Build;
7
-use Fabrica\Tools\Plugin\Util\TestResultParsers\Codeception as Parser;
6
+use Fabrica\Tools\Builder;
8 7
 use Fabrica\Tools\Plugin;
9
-use Symfony\Component\Yaml\Parser as YamlParser;
8
+use Fabrica\Tools\Plugin\Util\TestResultParsers\Codeception as Parser;
10 9
 use Fabrica\Tools\ZeroConfigPluginInterface;
10
+use Symfony\Component\Yaml\Parser as YamlParser;
11 11
 
12 12
 /**
13 13
  * Codeception Plugin - Enables full acceptance, unit, and functional testing.
Please login to merge, or discard this patch.
src/Tools/Plugin/Pahout.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Fabrica\Tools\Plugin;
4 4
 
5
-use Fabrica\Tools;
6
-use Fabrica\Tools\Builder;
7 5
 use Fabrica\Models\Infra\Ci\Build;
8 6
 use Fabrica\Models\Infra\Ci\BuildError;
7
+use Fabrica\Tools;
8
+use Fabrica\Tools\Builder;
9 9
 use Fabrica\Tools\Plugin;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/Tools/Plugin/PhpCpd.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Fabrica\Tools\Plugin;
4 4
 
5
-use Fabrica\Tools\Builder;
6 5
 use Fabrica\Models\Infra\Ci\Build;
7 6
 use Fabrica\Models\Infra\Ci\BuildError;
7
+use Fabrica\Tools\Builder;
8 8
 use Fabrica\Tools\Plugin;
9 9
 use Fabrica\Tools\ZeroConfigPluginInterface;
10 10
 
Please login to merge, or discard this patch.
src/Tools/Plugin/PhpCsFixer.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Fabrica\Tools\Plugin;
4 4
 
5
-use Fabrica\Tools\Builder;
6 5
 use Fabrica\Models\Infra\Ci\Build;
7 6
 use Fabrica\Models\Infra\Ci\BuildError;
7
+use Fabrica\Tools\Builder;
8 8
 use Fabrica\Tools\Plugin;
9 9
 use SebastianBergmann\Diff\Line;
10 10
 use SebastianBergmann\Diff\Parser;
Please login to merge, or discard this patch.
src/Tools/Plugin/Util/Executor.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Fabrica\Tools\Plugin\Util;
4 4
 
5
-use Fabrica\Tools\Store\Factory as StoreFactory;
6 5
 use Exception;
7 6
 use Fabrica\Helper\Lang;
8
-use Fabrica\Tools\Logging\BuildLogger;
9 7
 use Fabrica\Models\Infra\Ci\Build;
8
+use Fabrica\Tools\Logging\BuildLogger;
10 9
 use Fabrica\Tools\Plugin;
11 10
 use Fabrica\Tools\Store\BuildStore;
11
+use Fabrica\Tools\Store\Factory as StoreFactory;
12 12
 
13 13
 /**
14 14
  * Plugin Executor - Runs the configured plugins for a given build stage.
Please login to merge, or discard this patch.
src/Tools/Plugin/Util/TestResultParsers/Codeception.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Fabrica\Tools\Plugin\Util\TestResultParsers;
4 4
 
5
-use Fabrica\Tools\Builder;
6 5
 use Fabrica\Helper\Xml;
6
+use Fabrica\Tools\Builder;
7 7
 
8 8
 /**
9 9
  * Class Codeception
Please login to merge, or discard this patch.
src/Tools/Store/BuildErrorStore.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 namespace Fabrica\Tools\Store;
4 4
 
5 5
 use Exception;
6
+use Fabrica\Tools\Store;
6 7
 use PDO;
7 8
 use PHPCensor\Database;
8 9
 use PHPCensor\Exception\HttpException;
9 10
 use PHPCensor\Model\BuildError;
10
-use Fabrica\Tools\Store;
11 11
 
12 12
 class BuildErrorStore extends Store
13 13
 {
Please login to merge, or discard this patch.
src/Bundle/CoreBundle/Command/PermissionCheckCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 
13 13
 namespace Fabrica\Bundle\CoreBundle\Command;
14 14
 
15
-use Symfony\Component\Console\Input\InputInterface;
16 15
 use Symfony\Component\Console\Input\InputArgument;
16
+use Symfony\Component\Console\Input\InputInterface;
17 17
 use Symfony\Component\Console\Input\InputOption;
18 18
 use Symfony\Component\Console\Output\OutputInterface;
19 19
 
Please login to merge, or discard this patch.
src/Tools/Plugin/Irc.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Fabrica\Tools\Plugin;
4 4
 
5
-use Fabrica\Tools\Builder;
6 5
 use Fabrica\Models\Infra\Ci\Build;
6
+use Fabrica\Tools\Builder;
7 7
 use Fabrica\Tools\Plugin;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.