@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | * @param string $path Path to the directory |
56 | 56 | * @return \Aimeos\MW\Filesystem\DirIface Filesystem object for fluent interface |
57 | 57 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs |
58 | - */ |
|
58 | + */ |
|
59 | 59 | public function mkdir( string $path ) : DirIface |
60 | 60 | { |
61 | 61 | try { |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | * @param string $path Path to the directory |
75 | 75 | * @return \Aimeos\MW\Filesystem\DirIface Filesystem object for fluent interface |
76 | 76 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs |
77 | - */ |
|
77 | + */ |
|
78 | 78 | public function rmdir( string $path ) : DirIface |
79 | 79 | { |
80 | 80 | try { |