1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

PHPStan annotations

This commit is contained in:
Jérôme Tamarelle 2022-04-15 15:11:01 +02:00 committed by Jordi Boggiano
parent ed7d8219ad
commit 68fd80b630
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
5 changed files with 33 additions and 13 deletions

View file

@ -22,6 +22,9 @@ use Symfony\Component\Console\Tester\CommandCompletionTester;
*/
class CompletionFunctionalTest extends TestCase
{
/**
* @return iterable<array<string|string[]|null>>
*/
public function getCommandSuggestions(): iterable
{
$randomProject = '104corp/cache';