@@ -172,7 +172,7 @@ |
||
172 | 172 | private function removeTemporaryFileOrFail(string $temporaryFilename): bool |
173 | 173 | { |
174 | 174 | if (! $this->removeTemporaryFile($temporaryFilename)) { |
175 | - throw new FileException("Can not remove temporary file ${temporaryFilename}."); |
|
175 | + throw new FileException("Can not remove temporary file ${temporaryfilename}."); |
|
176 | 176 | } |
177 | 177 | |
178 | 178 | return true; |
@@ -50,7 +50,7 @@ |
||
50 | 50 | $class = $this->get(sprintf('renderers.%s', $name)); |
51 | 51 | |
52 | 52 | if ($class === null) { |
53 | - throw new \InvalidArgumentException("Renderer ${name} not found"); |
|
53 | + throw new \InvalidArgumentException("renderer ${name} not found"); |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | return $class; |