Completed
Push — master ( 6e4cee...f1a583 )
by CodexShaper
03:24
created
src/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use CodexShaper\App\User;
6 6
 use CodexShaper\Database\Database;
7
-use CodexShaper\Database\Facades\DB;
8 7
 use CodexShaper\WP\Support\Facades\Config;
9 8
 use Illuminate\Container\Container;
10 9
 use Illuminate\Contracts\Container\Container as ContainerInterface;
Please login to merge, or discard this patch.
src/ComposerScripts.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -135,6 +135,10 @@
 block discarded – undo
135 135
         }
136 136
     }
137 137
 
138
+    /**
139
+     * @param string $root
140
+     * @param string $camel_case
141
+     */
138 142
     protected static function updateComposer($root, $camel_case)
139 143
     {
140 144
         $file = $root.'/composer.json';
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace CodexShaper\WP;
4 4
 
5 5
 use Composer\Script\Event;
6
-use Symfony\Component\Process\Process;
7 6
 
8 7
 class ComposerScripts
9 8
 {
Please login to merge, or discard this patch.