@@ -182,7 +182,7 @@ |
||
182 | 182 | |
183 | 183 | private function changeCurrentFile(string $filePath): void |
184 | 184 | { |
185 | - $this->info("Reading $filePath"); |
|
185 | + $this->info("reading $filePath"); |
|
186 | 186 | |
187 | 187 | foreach($this->parsers as $parser) |
188 | 188 | { |
@@ -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 getAllVariables(): array |