Completed
Push — master ( 1dc414...34818f )
by Ivannis Suárez
05:25
created
Units/Middlewares/Handler/Resolver/NameOfCommand/ChainResolverTests.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         $this
38 38
             ->given($resolver = new FromCommandNamedResolver())
39 39
             ->then()
40
-                ->exception(function () use ($resolver) {
40
+                ->exception(function() use ($resolver) {
41 41
                     $resolver->resolve(new LoginUserCommand('[email protected]', 'plainpassword'));
42 42
                 })
43 43
                 ->isInstanceOf(\InvalidArgumentException::class)
Please login to merge, or discard this patch.
Tests/Units/Middlewares/Handler/Resolver/NameOfQuery/ChainResolverTests.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         $this
38 38
             ->given($resolver = new FromCommandNamedResolver())
39 39
             ->then()
40
-                ->exception(function () use ($resolver) {
40
+                ->exception(function() use ($resolver) {
41 41
                     $resolver->resolve(new LoginUserCommand('[email protected]', 'plainpassword'));
42 42
                 })
43 43
                 ->isInstanceOf(\InvalidArgumentException::class)
Please login to merge, or discard this patch.