1
0
Fork 0

Fix docblock, path names returned by glob() are not necessary absolute

pull/4422/head
Dennis Birkholz 2015-09-18 14:29:42 +02:00
parent 19146d1cec
commit 973491b65d
1 changed files with 1 additions and 1 deletions

View File

@ -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[] * @return string[]
*/ */