Completed
Push — master ( 377183...c084b0 )
by Ricardo
03:56
created
src/QA/FabricaExtension.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Fabrica\QA;
4 4
 
5 5
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
6
+use Symfony\Component\Config\FileLocator;
6 7
 use Symfony\Component\DependencyInjection\ContainerBuilder;
7 8
 use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
8
-use Symfony\Component\Config\FileLocator;
9 9
 
10 10
 use Behat\Behat\Extension\ExtensionInterface;
11 11
 
Please login to merge, or discard this patch.
src/Services/RepositoryFolderService.php 1 patch
Unused Use Statements   +1 added lines, -7 removed lines patch added patch discarded remove patch
@@ -7,14 +7,8 @@
 block discarded – undo
7 7
 
8 8
 use Illuminate\Filesystem\Filesystem;
9 9
 
10
-use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
11
-use Symfony\Component\Console\Input\InputInterface;
12
-use Symfony\Component\Console\Input\InputArgument;
13
-use Symfony\Component\Console\Output\OutputInterface;
14
-
15
-use Fabrica\Models\Code\Project;
16
-use Fabrica\Bundle\CoreBundle\EventDispatcher\FabricaEvents;
17 10
 use Fabrica\Bundle\CoreBundle\EventDispatcher\Event\ProjectEvent;
11
+use Fabrica\Models\Code\Project;
18 12
 
19 13
 /**
20 14
  * 
Please login to merge, or discard this patch.
src/Tools/Builder.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,14 +4,14 @@
 block discarded – undo
4 4
 
5 5
 use Fabrica\Helper\BuildInterpolator;
6 6
 use Fabrica\Helper\MailerFactory;
7
-use Fabrica\Tools\Logging\BuildLogger;
8 7
 use Fabrica\Models\Infra\Ci\Build;
8
+use Fabrica\Tools\Logging\BuildLogger;
9 9
 use Fabrica\Tools\Plugin\Util\Factory as PluginFactory;
10 10
 use Fabrica\Tools\Store\BuildErrorWriter;
11 11
 use Fabrica\Tools\Store\Factory;
12
+use Psr\Log\LogLevel;
12 13
 use Psr\Log\LoggerAwareInterface;
13 14
 use Psr\Log\LoggerInterface;
14
-use Psr\Log\LogLevel;
15 15
 
16 16
 /**
17 17
  * @author Ricardo Sierra <[email protected]>
Please login to merge, or discard this patch.
src/Tools/Databases/Mysql/Explorer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace Fabrica\Tools\Databases\Mysql;
7 7
 
8
-use Fabrica\Tools\Bash;
9
-
10 8
 /**
11 9
  * Explorer Class using Mysqli
12 10
  *
Please login to merge, or discard this patch.
src/Tools/Plugin/Campfire.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.
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.