mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Type annotations
This commit is contained in:
parent
6d5f6eb090
commit
9599eb613b
13 changed files with 145 additions and 17 deletions
|
@ -1737,6 +1737,9 @@ EOF;
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array<string, mixed[]>
|
||||
*/
|
||||
public function platformCheckProvider()
|
||||
{
|
||||
$versionParser = new VersionParser();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue