Просмотр исходного кода

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

Dennis Birkholz 9 лет назад
Родитель
Сommit
973491b65d
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 given url (supports globbing).
+     * Get a list of all path names matching given url (supports globbing).
      *
      * @return string[]
      */