Test Setup Failed
Branch main (e6b5e1)
by Alexandra
10:38
created
Category
src/FileHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.