Skip to content

Commit 350c6ae

Browse files
authored
[TASK] Happify phpstan (#685)
1 parent 8e261f1 commit 350c6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Core/PackageCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* instances, falling back to use composer.json information in case no "ext_emconf.php" are given limiting it only to
6060
* TYPO3 compatible extensions (typo3-cms-framework and typo3-cms-extension composer package types).
6161
*
62-
* @phpstan-type PackageKey non-empty-string
62+
* @phpstan-type PackageKey non-empty-string|int
6363
* @phpstan-type PackageName non-empty-string
6464
* @phpstan-type PackageConstraints array{dependencies: list<PackageKey>, suggestions: list<PackageKey>}
6565
* @phpstan-type StateConfiguration array{packagePath?: non-empty-string}

0 commit comments

Comments
 (0)