Переглянути джерело

Docblock fix as suggested by @alcohol

Dennis Birkholz 9 роки тому
батько
коміт
19146d1cec
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/Composer/Repository/PathRepository.php

+ 1 - 1
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[]
      */