Passed
Push — main ( 36f773...e1b064 )
by Sebastian
03:34
created
src/Storage/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,6 +140,6 @@
 block discarded – undo
140 140
         if (!$this->isLink()) {
141 141
             throw new RuntimeException('Not a symbolic link: ' . $this->path);
142 142
         }
143
-        return (string)readlink($this->path);
143
+        return (string) readlink($this->path);
144 144
     }
145 145
 }
Please login to merge, or discard this patch.