@@ -41,7 +41,7 @@ |
||
| 41 | 41 | public function getValue() |
| 42 | 42 | { |
| 43 | 43 | if (!$this->value) { |
| 44 | - throw new \LogicException('Value is not set for variable "' . $this->name . '"'); |
|
| 44 | + throw new \LogicException('Value is not set for variable "'.$this->name.'"'); |
|
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | return $this->value; |