Passed
Push — master ( e32a81...12baf4 )
by Antonio Carlos
02:26
created
src/Support/Traits/Routing.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
             'middleware' => isset($route['middleware']) ? $route['middleware'] : [],
15 15
         ];
16 16
 
17
-        $this->getRouter()->group($attributes, function () use ($route, $name) {
17
+        $this->getRouter()->group($attributes, function() use ($route, $name) {
18 18
             $action = isset($route['controller'])
19 19
                 ? "{$route['controller']}@{$route['action']}"
20 20
                 : $route['action'];
Please login to merge, or discard this patch.
src/config/health.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     'sort_by' => 'slug',
13 13
 
14 14
     'cache' => [
15
-        'minutes' => ! config('app.debug'), // false = disabled
15
+        'minutes' => !config('app.debug'), // false = disabled
16 16
 
17 17
         'key' => 'health-resources',
18 18
     ],
Please login to merge, or discard this patch.