Explorar o código

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

Dennis Birkholz %!s(int64=9) %!d(string=hai) anos
pai
achega
973491b65d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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[]
      */