Skip to content

Commit

Permalink
Docs anyname
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Dec 3, 2023
1 parent 9572a6b commit b5208f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filesystem/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Filesystem extends FilesystemBase
protected $symlinkRootCache;

/**
* anyname extract the path and filename without extension
* anyname extracts the path and filename without extension
* @param string $path
* @return string
*/
Expand Down
1 change: 1 addition & 0 deletions src/Support/Facades/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/**
* File
*
* @method static string anyname(string $anyname) anyname extracts the path and filename without extension
* @method static bool isDirectoryEmpty(string $directory)
* @method static string sizeToString(int $bytes)
* @method static string localToPublic(string $path)
Expand Down

0 comments on commit b5208f2

Please sign in to comment.