Completed
Push — master ( 5b2853...904b84 )
by Ricardo
03:18
created
src/Tools/Store.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
     }
226 226
 
227 227
     /**
228
-     * @param Model $obj
228
+     * @param \Fabrica\Models\Infra\Ci\Model\Environment $obj
229 229
      *
230 230
      * @return bool
231 231
      *
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/Traits/ModelHasFabrica.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
     /**
38 38
      * Leave all fabrica
39 39
      *
40
-     * @param  integer $fabricaId
41 40
      * @param  integer $userId
42 41
      * @return void
43 42
      */
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/PackageBuild.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/Phing.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/PhpStan.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/Tasks/ImportFromToken.php 1 patch
Unused Use Statements   +5 added lines, -7 removed lines patch added patch discarded remove patch
@@ -5,15 +5,13 @@
 block discarded – undo
5 5
 
6 6
 namespace Fabrica\Tasks;
7 7
 
8
-use Fabrica\Tools\Databases\Mysql\Mysql as MysqlTool;
9
-use Integrations\Models\Token;
10
-use Integrations\Connectors\Sentry\Sentry;
11
-use Integrations\Connectors\Sentry\Import as SentryImport;
12
-use Integrations\Connectors\Jira\Jira;
13
-use Integrations\Connectors\Jira\Import as JiraImport;
14 8
 use Integrations\Connectors\Gitlab\Gitlab;
15 9
 use Integrations\Connectors\Gitlab\Import as GitlabImport;
16
-use Log;
10
+use Integrations\Connectors\Jira\Import as JiraImport;
11
+use Integrations\Connectors\Jira\Jira;
12
+use Integrations\Connectors\Sentry\Import as SentryImport;
13
+use Integrations\Connectors\Sentry\Sentry;
14
+use Integrations\Models\Token;
17 15
 use Operador\Contracts\ActionInterface;
18 16
 
19 17
 use Finder\Actions\Action as ActionBase;
Please login to merge, or discard this patch.
src/ActiveDirectory/LDAP.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
 use Cartalyst\Sentinel\Users\EloquentUser;
7 7
 use Fabrica\Acl\Eloquent\Group;
8 8
 
9
-use Sentinel;
10 9
 use DB;
11 10
 use Exception;
11
+use Sentinel;
12 12
 
13 13
 class LDAP {
14 14
 
Please login to merge, or discard this patch.