From 973491b65df45a5f82c125aaae0427da1b0dda30 Mon Sep 17 00:00:00 2001 From: Dennis Birkholz Date: Fri, 18 Sep 2015 14:29:42 +0200 Subject: [PATCH] Fix docblock, path names returned by glob() are not necessary absolute --- src/Composer/Repository/PathRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Repository/PathRepository.php b/src/Composer/Repository/PathRepository.php index 5f9fc0a53..665e4037b 100644 --- a/src/Composer/Repository/PathRepository.php +++ b/src/Composer/Repository/PathRepository.php @@ -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[] */