Passed
Branch V2.0.1 (7c2ae7)
by Deric
02:01
created
lib/Filesystem.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -257,7 +257,7 @@
 block discarded – undo
257 257
      */
258 258
     final public static function tmpdir($template = null)
259 259
     {
260
-        $template = ($template === null) ? "tmpXXXXXXXXXXXXXX" : "{$template}XXXXXXXXXXXXXX";
260
+        $template = ($template === null) ? "tmpXXXXXXXXXXXXXX" : "{$template}xxxxxxxxxxxxxx";
261 261
         $tempdir = shell_exec("mktemp -p /tmp -d {$template}");
262 262
         return rtrim($tempdir);
263 263
     }
Please login to merge, or discard this patch.