Passed
Push — main ( 08b85f...04f195 )
by Greg
06:40
created
app/Http/Dispatcher.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,8 @@
 block discarded – undo
52 52
      */
53 53
     private static function reduceMiddleware(RequestHandlerInterface $carry, string|MiddlewareInterface $item): RequestHandlerInterface
54 54
     {
55
-        return new readonly class (carry: $carry, item: $item) implements RequestHandlerInterface {
55
+        return new readonly class (carry: $carry, item: $item) implements RequestHandlerInterface
56
+        {
56 57
             /**
57 58
              * @param class-string|MiddlewareInterface $item
58 59
              */
Please login to merge, or discard this patch.