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 8e261f1 commit 350c6aeCopy full SHA for 350c6ae
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