mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Fix docblock, path names returned by glob() are not necessary absolute
This commit is contained in:
parent
19146d1cec
commit
973491b65d
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class PathRepository extends ArrayRepository
|
|||
}
|
||||
|
||||
/**
|
||||
* Get a list of all absolute path names matching given url (supports globbing).
|
||||
* Get a list of all path names matching given url (supports globbing).
|
||||
*
|
||||
* @return string[]
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue