@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | * @param string $path Path to the directory |
| 59 | 59 | * @return void |
| 60 | 60 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs |
| 61 | - */ |
|
| 61 | + */ |
|
| 62 | 62 | public function mkdir( $path ) |
| 63 | 63 | { |
| 64 | 64 | if( $this->getProvider()->createDir( $path ) === false ) { |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | * @param string $path Path to the directory |
| 74 | 74 | * @return void |
| 75 | 75 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs |
| 76 | - */ |
|
| 76 | + */ |
|
| 77 | 77 | public function rmdir( $path ) |
| 78 | 78 | { |
| 79 | 79 | if( $this->getProvider()->deleteDir( $path ) === false ) { |