Passed
Branch master (e93e59)
by Dennis
05:24
created
Category
src/JailedPath.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     {
44 44
         $virtualPath = new VirtualPath($path);
45 45
 
46
-        $this->jailPath = (string)$jail;
46
+        $this->jailPath = (string) $jail;
47 47
         $this->relativePath = ltrim($virtualPath, '/');
48 48
         $this->hasJailbreakAttempt = !$virtualPath->isTrusted();
49 49
     }
Please login to merge, or discard this patch.