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