@@ -14,7 +14,9 @@ |
||
14 | 14 | { |
15 | 15 | $fullFileName = $this->getFullFileName(); |
16 | 16 | |
17 | - if ($this->checkFile($fullFileName)) return 0; |
|
17 | + if ($this->checkFile($fullFileName)) { |
|
18 | + return 0; |
|
19 | + } |
|
18 | 20 | |
19 | 21 | $result = file_put_contents( |
20 | 22 | $fullFileName |