@@ -23,7 +23,7 @@ |
||
23 | 23 | */ |
24 | 24 | public function setType($type) |
25 | 25 | { |
26 | - if (! in_array($type, $this->validTypes, true)) { |
|
26 | + if (!in_array($type, $this->validTypes, true)) { |
|
27 | 27 | throw new InvalidArgumentException(sprintf( |
28 | 28 | '"%s" is not a valid type! Valid types: %s', |
29 | 29 | $type, |