mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
Add return types to private/internal methods
This commit is contained in:
parent
abdc6893a6
commit
a16ed3d0ed
134 changed files with 365 additions and 359 deletions
|
@ -1741,7 +1741,7 @@ EOF;
|
|||
/**
|
||||
* @return array<string, mixed[]>
|
||||
*/
|
||||
public function platformCheckProvider()
|
||||
public function platformCheckProvider(): array
|
||||
{
|
||||
$versionParser = new VersionParser();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue