Completed
Pull Request — master (#52)
by Thomas Mauro
09:16
created
src/Paraunit/File/TempDirectory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
             return;
69 69
         }
70 70
 
71
-        if (!mkdir($path) && !is_dir($path)) {
71
+        if ( ! mkdir($path) && ! is_dir($path)) {
72 72
             throw new \RuntimeException(
73 73
                 sprintf('Unable to create temporary directory \'%s\'.', $path)
74 74
             );
Please login to merge, or discard this patch.