@@ -140,7 +140,6 @@ |
||
140 | 140 | * @param string|null $file |
141 | 141 | * |
142 | 142 | * @return string |
143 | - |
|
144 | 143 | * @throws \chillerlan\QRCode\Output\QRCodeOutputException |
145 | 144 | */ |
146 | 145 | protected function dumpImage(string $file = null):string{ |
@@ -73,7 +73,7 @@ |
||
73 | 73 | * @return bool|int |
74 | 74 | * @throws \chillerlan\QRCode\Output\QRCodeOutputException |
75 | 75 | */ |
76 | - protected function saveToFile(string $data, string $file) { |
|
76 | + protected function saveToFile(string $data, string $file){ |
|
77 | 77 | |
78 | 78 | if(!is_writable(dirname($file))){ |
79 | 79 | throw new QRCodeOutputException('Could not write data to cache file: '.$file); |
@@ -73,7 +73,7 @@ |
||
73 | 73 | * @return bool|int |
74 | 74 | * @throws \chillerlan\QRCode\Output\QRCodeOutputException |
75 | 75 | */ |
76 | - protected function saveToFile(string $data, string $file) { |
|
76 | + protected function saveToFile(string $data, string $file){ |
|
77 | 77 | |
78 | 78 | if(!is_writable(dirname($file))){ |
79 | 79 | throw new QRCodeOutputException('Could not write data to cache file: '.$file); |