Completed
Push — master ( 5b2853...904b84 )
by Ricardo
03:18
created
src/Component/Buzz/Browser/FabricaBrowser.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\Component\Buzz\Browser;
14 14
 
15
-use Buzz\Message\Request;
16 15
 use Buzz\Browser;
16
+use Buzz\Message\Request;
17 17
 
18 18
 /**
19 19
  * Buzz browser configured for Fabrica APIs.
Please login to merge, or discard this patch.
src/Component/Config/MysqlConfig.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,6 @@
 block discarded – undo
14 14
 
15 15
 use Doctrine\DBAL\Connection;
16 16
 
17
-use Fabrica\Component\Config\Exception\RuntimeException;
18
-
19 17
 /**
20 18
  * Bulk MySQL version of Config: deletes and reinsert rows.
21 19
  *
Please login to merge, or discard this patch.
src/Component/Config/Tests/ChainConfigTest.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\Component\Config\Tests;
14 14
 
15
-use Fabrica\Component\Config\ChainConfig;
16 15
 use Fabrica\Component\Config\ArrayConfig;
16
+use Fabrica\Component\Config\ChainConfig;
17 17
 
18 18
 /**
19 19
  * @author Alexandre Salomé <[email protected]>
Please login to merge, or discard this patch.
src/Component/Pagination/Tests/PagerTest.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\Component\Pagination\Tests;
14 14
 
15
-use Fabrica\Component\Pagination\Pager;
16 15
 use Fabrica\Component\Pagination\Adapter\ArrayAdapter;
16
+use Fabrica\Component\Pagination\Pager;
17 17
 
18 18
 class PagerTest extends \PHPUnit\Framework\TestCase
19 19
 {
Please login to merge, or discard this patch.
src/Console/Commands/Sync/PackagesSync.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\Console\Commands\Sync;
4 4
 
5
-use Illuminate\Console\Command;
6 5
 use Fabrica\Services\RepositoryFolderService;
6
+use Illuminate\Console\Command;
7 7
 
8 8
 class PackagesSync extends Command
9 9
 {
Please login to merge, or discard this patch.
src/Helper/Email.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\Helper;
4 4
 
5
-use Fabrica\Tools\Config;
6 5
 use Fabrica\Tools\Builder;
6
+use Fabrica\Tools\Config;
7 7
 
8 8
 /**
9 9
  * Helper class for sending emails using email configuration.
Please login to merge, or discard this patch.
src/Helper/UrlParser.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Fabrica\Helper;
4 4
 
5
-use Illuminate\Support\Facades\Request;
6
-
7 5
 class UrlParser
8 6
 {
9 7
 
Please login to merge, or discard this patch.
src/Models/Code/Feed.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -12,10 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace Fabrica\Models\Code;
14 14
 
15
-use Doctrine\Common\Collections\ArrayCollection;
16
-
17
-use Support\Models\Base;
18
-
19 15
 /**
20 16
  * @author Julien DIDIER <[email protected]>
21 17
  */
Please login to merge, or discard this patch.
src/Models/Code/Message.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use Fabrica\Models\Code\Message\CloseMessage;
18 18
 use Fabrica\Models\Code\Message\CommitMessage;
19
-use Fabrica\Models\Code\Message\ForceMessage;
20 19
 
21 20
 /**
22 21
  * @author Julien DIDIER <[email protected]>
Please login to merge, or discard this patch.