Completed
Branch master (ba72ef)
by Milan
03:18
created
Category
src/DocumentRoot.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.