Completed
Pull Request — master (#821)
by DEATH
48s
created
config/apidoc.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     /*
13 13
      * Static output folder: HTML documentation and assets will be generated in this folder.
14 14
      */
15
-   'output_folder' => 'public/docs',
15
+    'output_folder' => 'public/docs',
16 16
 
17 17
     /*
18 18
      * Settings for `laravel` type output.
Please login to merge, or discard this patch.
src/Extracting/Strategies/Responses/UseResponseFileTag.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
             $content = $result[2] ? file_get_contents($filePath, true) : '{}';
65 65
             
66 66
             if (empty($result[3]) {
67
-              return ['content' => $content, 'status' => (int) $status];
67
+                return ['content' => $content, 'status' => (int) $status];
68 68
             }
69 69
             
70 70
             $json = str_replace("'", '"', $result[3]);
Please login to merge, or discard this patch.