Fix docblock, path names returned by glob() are not necessary absolute
parent
19146d1cec
commit
973491b65d
|
@ -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…
Reference in New Issue