@@ -30,7 +30,7 @@ |
||
| 30 | 30 | ->then() |
| 31 | 31 | ->boolean($this->invoke($this->testedInstance)->validateKey(''))->isTrue() |
| 32 | 32 | ->exception( |
| 33 | - function () { |
|
| 33 | + function() { |
|
| 34 | 34 | $this->invoke($this->testedInstance)->validateKey(new \stdClass()); |
| 35 | 35 | } |
| 36 | 36 | )->isInstanceOf(InvalidKeyException::class) |