We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5ac7f commit d2733f3Copy full SHA for d2733f3
Classes/Core/PackageCollection.php
@@ -59,7 +59,7 @@
59
* instances, falling back to use composer.json information in case no "ext_emconf.php" are given limiting it only to
60
* TYPO3 compatible extensions (typo3-cms-framework and typo3-cms-extension composer package types).
61
*
62
- * @phpstan-type PackageKey non-empty-string
+ * @phpstan-type PackageKey non-empty-string|int
63
* @phpstan-type PackageName non-empty-string
64
* @phpstan-type PackageConstraints array{dependencies: list<PackageKey>, suggestions: list<PackageKey>}
65
* @phpstan-type StateConfiguration array{packagePath?: non-empty-string}
0 commit comments