@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | * @param string $path Path to the directory |
53 | 53 | * @return void |
54 | 54 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs |
55 | - */ |
|
55 | + */ |
|
56 | 56 | public function mkdir( $path ) |
57 | 57 | { |
58 | 58 | try { |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | * @param string $path Path to the directory |
70 | 70 | * @return void |
71 | 71 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs |
72 | - */ |
|
72 | + */ |
|
73 | 73 | public function rmdir( $path ) |
74 | 74 | { |
75 | 75 | try { |