Completed
Push — master ( f29bd1...c64831 )
by Adam
03:32
created
commands/filesystem/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 			return;
51 51
 		}
52 52
 		$result = @unlink($file);
53
-		if(!$result){
53
+		if (!$result) {
54 54
 			$this->error("Cannot delete file '$file'.");
55 55
 		}
56 56
 	}
Please login to merge, or discard this patch.