Completed
Pull Request — master (#837)
by
unknown
20s
created
Backup/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.
Backup/tests/Unit/GeneratorTestCase.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -214,9 +214,9 @@
 block discarded – undo
214 214
 
215 215
         $this->assertArraySubset([
216 216
             [
217
-               'first_name' => 'John',
218
-               'last_name' => 'Doe',
219
-               'contacts' => [
217
+                'first_name' => 'John',
218
+                'last_name' => 'Doe',
219
+                'contacts' => [
220 220
                     [
221 221
                         'first_name' => 'John',
222 222
                         'last_name' => 'Doe',
Please login to merge, or discard this patch.