@@ -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); |