Passed
Push — master ( 888c58...eef301 )
by Maksim
07:06 queued 04:54
created
src/ConditionalDebugBarServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
              * @var Collection|Route[]
42 42
              */
43 43
             $debugbarRoutes = collect($router->getRoutes()->getRoutesByName())
44
-                ->filter(function ($value, $key) {
44
+                ->filter(function($value, $key) {
45 45
                     return strpos($key, 'debugbar') !== false;
46 46
                 });
47 47
             if ($debugbarRoutes->count() > 0) {
Please login to merge, or discard this patch.