mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
PHPStan annotations
This commit is contained in:
parent
ed7d8219ad
commit
68fd80b630
5 changed files with 33 additions and 13 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue