From 19146d1cecaeee46700eb272000a55e47a23975c Mon Sep 17 00:00:00 2001 From: Dennis Birkholz Date: Fri, 18 Sep 2015 14:26:01 +0200 Subject: [PATCH] Docblock fix as suggested by @alcohol --- 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 1abca00b6..5f9fc0a53 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 the supplied urls + * Get a list of all absolute path names matching given url (supports globbing). * * @return string[] */