Test Setup Failed
Push — master ( fc3d1f...802d91 )
by Arnold
06:12
created
src/Middleware/Slim.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,8 @@
 block discarded – undo
27 27
      * @param bool $useSlimErrors  Throw Slim exceptions for error responses.
28 28
      */
29 29
     public function __construct(public bool $useSlimErrors = false)
30
-    { }
30
+    {
31
+}
31 32
 
32 33
     public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
33 34
     {
Please login to merge, or discard this patch.