diff --git a/src/Filesystem.php b/src/Filesystem.php index 59cc82ee4..43d9a4e00 100644 --- a/src/Filesystem.php +++ b/src/Filesystem.php @@ -8,6 +8,7 @@ use League\Flysystem\Util\ContentListingFormatter; /** + * @method void emptyDir(string $dirname) * @method array getWithMetadata(string $path, array $metadata) * @method bool forceCopy(string $path, string $newpath) * @method bool forceRename(string $path, string $newpath)