mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Type annotations
This commit is contained in:
parent
6d5f6eb090
commit
9599eb613b
13 changed files with 145 additions and 17 deletions
|
@ -304,6 +304,9 @@ EOT
|
|||
throw new \RuntimeException('Installation aborted.');
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Link
|
||||
*/
|
||||
private function appendConstraintToLink(Link $link, $constraint)
|
||||
{
|
||||
$parser = new VersionParser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue