@@ -50,7 +50,6 @@ |
||
50 | 50 | * @see file_put_contents() |
51 | 51 | * |
52 | 52 | * @param string $data |
53 | - |
|
54 | 53 | * @return bool|int |
55 | 54 | */ |
56 | 55 | protected function saveToFile(string $data) { |
@@ -53,7 +53,7 @@ |
||
53 | 53 | |
54 | 54 | * @return bool|int |
55 | 55 | */ |
56 | - protected function saveToFile(string $data) { |
|
56 | + protected function saveToFile(string $data){ |
|
57 | 57 | return file_put_contents($this->options->cachefile, $data); |
58 | 58 | } |
59 | 59 |
@@ -53,7 +53,7 @@ |
||
53 | 53 | |
54 | 54 | * @return bool|int |
55 | 55 | */ |
56 | - protected function saveToFile(string $data) { |
|
56 | + protected function saveToFile(string $data){ |
|
57 | 57 | return file_put_contents($this->options->cachefile, $data); |
58 | 58 | } |
59 | 59 |