Passed
Push — master ( c76dad...09ddf4 )
by Nasrul Hazim
02:32
created
src/Console/Commands/LaravelDb2DocCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 
56 56
     private function init()
57 57
     {
58
-        if (! file_exists(storage_path('app/db2doc'))) {
58
+        if ( ! file_exists(storage_path('app/db2doc'))) {
59 59
             mkdir(storage_path('app/db2doc'));
60 60
         }
61 61
 
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
                 break;
96 96
 
97 97
             default:
98
-                $rendered  = $this->render_markdown_content();
98
+                $rendered = $this->render_markdown_content();
99 99
                 break;
100 100
         }
101 101
         $filename = $rendered['filename'];
Please login to merge, or discard this patch.