Passed
Push — master ( c4b978...6342bd )
by Brian
01:32 queued 14s
created
src/Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         $routes->plugin(
67 67
             'Fr3nch13/Jira',
68 68
             ['path' => '/jira'],
69
-            function (RouteBuilder $routes) {
69
+            function(RouteBuilder $routes) {
70 70
                 $routes->fallbacks(DashedRoute::class);
71 71
             }
72 72
         );
Please login to merge, or discard this patch.