@@ -9,7 +9,7 @@ |
||
9 | 9 | public function placeFile(string $path, string $fileName, string $content = null): void |
10 | 10 | { |
11 | 11 | $this->makeDir($path); |
12 | - file_put_contents($path . '/'. $fileName, $content); |
|
12 | + file_put_contents($path . '/' . $fileName, $content); |
|
13 | 13 | } |
14 | 14 | |
15 | 15 | public function deleteReceived(FilePathResolverResult $filePathResolved): void |