@@ -37,7 +37,7 @@ |
||
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) |
@@ -37,7 +37,7 @@ |
||
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) |