1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00

Ton of phpDoc fixes.

This commit is contained in:
Niels Keurentjes 2016-04-07 01:12:30 +02:00
parent e6f21137ad
commit 818c3e707a
13 changed files with 47 additions and 22 deletions

View file

@ -272,6 +272,7 @@ class ComposerRepository extends ArrayRepository implements ConfigurableReposito
* @param Pool $pool
* @param string $name package name
* @param bool $bypassFilters If set to true, this bypasses the stability filtering, and forces a recompute without cache
* @return array|mixed
*/
public function whatProvides(Pool $pool, $name, $bypassFilters = false)
{