@@ -140,6 +140,6 @@ |
||
| 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 | } |