@@ -29,7 +29,7 @@ |
||
29 | 29 | private function __construct(string $value) |
30 | 30 | { |
31 | 31 | if (!\in_array($value, self::ALLOWED_VALUES, true)) { |
32 | - throw new InvalidArgumentException('Status does not support the value "' . $value . '"'); |
|
32 | + throw new InvalidArgumentException('Status does not support the value "'.$value.'"'); |
|
33 | 33 | } |
34 | 34 | $this->value = $value; |
35 | 35 | } |