Completed
Push — master ( 1d5b22...bd8241 )
by Akihito
02:54
created
src/Snidel/IpcKey.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $this->ownerPid = $ownerPid;
22 22
         $this->prefix   = $prefix;
23
-        $this->pathname = sys_get_temp_dir() . DIRECTORY_SEPARATOR . $this->prefix . $this->ownerPid;
23
+        $this->pathname = sys_get_temp_dir().DIRECTORY_SEPARATOR.$this->prefix.$this->ownerPid;
24 24
     }
25 25
 
26 26
     /**
Please login to merge, or discard this patch.