Passed
Push — master ( 69a302...297af8 )
by
unknown
01:35 queued 12s
created
src/Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
         Router::plugin(
93 93
             'Fr3nch13/Jira',
94 94
             ['path' => '/jira'],
95
-            function (RouteBuilder $routes) {
95
+            function(RouteBuilder $routes) {
96 96
                 $routes->fallbacks(DashedRoute::class);
97 97
             }
98 98
         );
Please login to merge, or discard this patch.