@@ -19,7 +19,7 @@ |
||
19 | 19 | */ |
20 | 20 | public function createAbsolutePath($relativePath) |
21 | 21 | { |
22 | - if($relativePath instanceof IStoreFile) { |
|
22 | + if ($relativePath instanceof IStoreFile) { |
|
23 | 23 | $relativePath = $relativePath->getRelativePath(); |
24 | 24 | } |
25 | 25 |