Skip to content

Commit 1fad9c7

Browse files
committed
Added a note about rmdir failing when the directory still has contents
1 parent 1ae67c7 commit 1fad9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AdapterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function callFilesystem($function, $args, $errorResultCode = -1);
6060
public function mkdir($path, $mode = self::CREATION_MODE);
6161

6262
/**
63-
* Remove the given directory.
63+
* Remove the given directory, fails when it has contents.
6464
*
6565
* @param string $path
6666
* @return PromiseInterface

0 commit comments

Comments
 (0)