Skip to content

Commit

Permalink
Add missing emptyDir annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Reynis authored and frankdejonge committed Sep 6, 2020
1 parent 9be3b16 commit 2323c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2323c98

Please sign in to comment.