@@ -28,7 +28,7 @@ |
||
| 28 | 28 | { |
| 29 | 29 | if ($value < $this->minValue || $value > $this->maxValue) |
| 30 | 30 | { |
| 31 | - throw new InvalidArgumentException('Value ' . $value .' is out of bounds (' . $this->minValue . '..' . $this->maxValue . ')'); |
|
| 31 | + throw new InvalidArgumentException('Value ' . $value . ' is out of bounds (' . $this->minValue . '..' . $this->maxValue . ')'); |
|
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | return $this->outputValidValue($value); |