@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | $quotedSeparator = preg_quote(DIRECTORY_SEPARATOR); |
34 | 34 | $pattern = '#' . $quotedSeparator . '+#'; |
35 | 35 | $path->path = preg_replace($pattern, $quotedSeparator, $path->path); |
36 | - return (string) $path; |
|
36 | + return (string)$path; |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | $path = self::create($path); |
51 | 51 | } |
52 | 52 | $path->path = str_replace(['\\', '/'], $directorySeparator, $path->path); |
53 | - return (string) $path; |
|
53 | + return (string)$path; |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | /** |