Test Failed
Push — master ( 758eb0...4b6b1f )
by Arthur
08:57
created
config/ide-helper.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -173,8 +173,8 @@
 block discarded – undo
173 173
     | Cast the given "real type" to the given "type".
174 174
     |
175 175
     */
176
-   'type_overrides' => [
176
+    'type_overrides' => [
177 177
         'integer' => 'int',
178 178
         'boolean' => 'bool',
179
-   ],
179
+    ],
180 180
 ];
Please login to merge, or discard this patch.
src/Foundation/Kernels/ConsoleKernel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      */
17 17
     protected $commands = [
18 18
         BootstrapCacheCommand::class,
19
-       // SeedCommand::class
19
+        // SeedCommand::class
20 20
     ];
21 21
 
22 22
     /**
Please login to merge, or discard this patch.