Completed
Push — master ( 70ec2f...9b4369 )
by Freek
03:14 queued 01:55
created
src/ForgeSync.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace OhDear\ForgeSync;
4 4
 
5
+use Illuminate\Support\Collection;
5 6
 use OhDear\PhpSdk\OhDear;
7
+use OhDear\PhpSdk\Resources\Site as OhDearSite;
6 8
 use Themsaid\Forge\Forge;
7
-use Illuminate\Support\Collection;
8 9
 use Themsaid\Forge\Resources\Server;
9
-use OhDear\PhpSdk\Resources\Site as OhDearSite;
10 10
 use Themsaid\Forge\Resources\Site as ForgeSite;
11 11
 
12 12
 class ForgeSync
Please login to merge, or discard this patch.
src/SyncSitesCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace OhDear\ForgeSync;
4 4
 
5 5
 use Exception;
6
-use OhDear\PhpSdk\OhDear;
7 6
 use Illuminate\Console\Command;
7
+use OhDear\PhpSdk\OhDear;
8 8
 
9 9
 class SyncSitesCommand extends Command
10 10
 {
Please login to merge, or discard this patch.