Passed
Push — master ( da3b7a...881b2a )
by Hong
01:38
created
src/Adaptor/FileAdaptor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         int $hashLevel = 2
31 31
     ) {
32 32
         if (empty($rootPath)) {
33
-            $rootPath = \sys_get_temp_dir() . \DIRECTORY_SEPARATOR . 'phoole_cache';
33
+            $rootPath = \sys_get_temp_dir().\DIRECTORY_SEPARATOR.'phoole_cache';
34 34
         }
35 35
         parent::__construct($rootPath, $hashLevel);
36 36
     }
Please login to merge, or discard this patch.