Skip to content

Commit 4a8fd1d

Browse files
authored
Even more detailed return types for PHPStan
1 parent fc6886c commit 4a8fd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Show.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ final public function __construct(
4545
}
4646

4747
/**
48-
* @inheritDoc
48+
* @return Collection|DetailedVersionedPackage|DetailedPackage|VersionedPackage|Package|array<string, string|array|bool>|array<int, array<string, string|array|bool>>|null
4949
*/
5050
public function execute(): Collection|DetailedVersionedPackage|DetailedPackage|VersionedPackage|Package|array|null
5151
{

0 commit comments

Comments
 (0)