Passed
Push — feature/lg ( dc598a...fe8da4 )
by Richard
04:27
created
src/Commands/Publish/GeneratorPublishCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
         $this->info('ApiTestTrait created');
117 117
 
118 118
         $testAPIsPath = config('infyom.laravel_generator.path.api_test', base_path('tests/APIs/'));
119
-        if (! file_exists($testAPIsPath)) {
119
+        if (!file_exists($testAPIsPath)) {
120 120
             FileUtil::createDirectoryIfNotExist($testAPIsPath);
121 121
             $this->info('APIs Tests directory created');
122 122
         }
Please login to merge, or discard this patch.
src/Commands/Publish/PublishUserCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
 
120 120
         $fileName = 'UserController.php';
121 121
 
122
-        if (file_exists($controllerPath.$fileName) && ! $this->confirmOverwrite($fileName)) {
122
+        if (file_exists($controllerPath.$fileName) && !$this->confirmOverwrite($fileName)) {
123 123
             return;
124 124
         }
125 125
 
Please login to merge, or discard this patch.