@@ -39,7 +39,7 @@ |
||
| 39 | 39 | return $this->values[$key]['value']; |
| 40 | 40 | } |
| 41 | 41 | |
| 42 | - throw new \RuntimeException("Variable $variable does not exist"); |
|
| 42 | + throw new \RuntimeException("variable $variable does not exist"); |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | public function allVariables(): array |