Passed
Push — master ( 611aa5...da738a )
by Woody
45s
created
src/LazyMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     public function __construct(ContainerInterface $container, string $middleware)
22 22
     {
23
-        if (! is_subclass_of($middleware, MiddlewareInterface::class, true)) {
23
+        if (!is_subclass_of($middleware, MiddlewareInterface::class, true)) {
24 24
             throw new InvalidArgumentException(
25 25
                 sprintf('%s does not implement %s', $middleware, MiddlewareInterface::class)
26 26
             );
Please login to merge, or discard this patch.