@@ -68,6 +68,6 @@ |
||
68 | 68 | |
69 | 69 | public function __toString() |
70 | 70 | { |
71 | - return (string)$this->getRelativePath(); |
|
71 | + return (string) $this->getRelativePath(); |
|
72 | 72 | } |
73 | 73 | } |
74 | 74 | \ No newline at end of file |