@@ -130,7 +130,7 @@ |
||
130 | 130 | ...@@...@@.. |
131 | 131 | ...@@....@@. |
132 | 132 | |
133 | -ASCIIART; |
|
133 | +asciiart; |
|
134 | 134 | |
135 | 135 | $background = 'fg=magenta'; |
136 | 136 | $text = 'fg=white'; |
@@ -118,7 +118,7 @@ |
||
118 | 118 | |
119 | 119 | $targetContent = $this->injectValues($file, $content, $environment, $replacementCounter); |
120 | 120 | |
121 | - $this->debug("Write $this->currentTargetFile"); |
|
121 | + $this->debug("write $this->currentTargetFile"); |
|
122 | 122 | |
123 | 123 | if($this->dryRun === false) |
124 | 124 | { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | } |
37 | 37 | } |
38 | 38 | |
39 | - throw new \RuntimeException("Key $key not found"); |
|
39 | + throw new \RuntimeException("key $key not found"); |
|
40 | 40 | } |
41 | 41 | |
42 | 42 | public function read($key) |
@@ -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 |