@@ -57,7 +57,7 @@ |
||
57 | 57 | */ |
58 | 58 | final protected function setArgument($name, $value) |
59 | 59 | { |
60 | - if (! \array_key_exists($name, $this->arguments)) { |
|
60 | + if (!\array_key_exists($name, $this->arguments)) { |
|
61 | 61 | throw new \InvalidArgumentException("There is no argument $name"); |
62 | 62 | } |
63 | 63 | $this->arguments[$name] = $value; |