Passed
Push — master ( 99f62c...22c5d8 )
by Alex
07:13
created
Mezon/Router/Tests/Base/MiddlewareTestClass.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -151,11 +151,11 @@
 block discarded – undo
151 151
             return $id;
152 152
         });
153 153
         $router->registerMiddleware('*', /**
154
-        *
155
-        * @psalm-param string $route
156
-        *            route
157
-        * @psalm-param int $id parameter
158
-        */
154
+         *
155
+         * @psalm-param string $route
156
+         *            route
157
+         * @psalm-param int $id parameter
158
+         */
159 159
         function (string $route, int $id): int {
160 160
             return $id;
161 161
         });
Please login to merge, or discard this patch.