@@ -64,7 +64,7 @@ |
||
64 | 64 | */ |
65 | 65 | final protected function setArgument(string $name, $value): void |
66 | 66 | { |
67 | - if (! \array_key_exists($name, $this->arguments)) { |
|
67 | + if (!\array_key_exists($name, $this->arguments)) { |
|
68 | 68 | throw new \InvalidArgumentException("There is no argument $name"); |
69 | 69 | } |
70 | 70 | $this->arguments[$name] = $value; |