瀏覽代碼

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