1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

Docblock fix as suggested by @alcohol

This commit is contained in:
Dennis Birkholz 2015-09-18 14:26:01 +02:00
parent 17636d1bd2
commit 19146d1cec

View file

@ -135,7 +135,7 @@ class PathRepository extends ArrayRepository
}
/**
* Get a list of all absolute path names matching the supplied urls
* Get a list of all absolute path names matching given url (supports globbing).
*
* @return string[]
*/