From 96e1116457b53138c9941d12c916210a6edda789 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 7 Oct 2025 15:29:36 +0200 Subject: [PATCH] [TASK] Happify phpstan --- Classes/Core/PackageCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Core/PackageCollection.php b/Classes/Core/PackageCollection.php index 1604a002..df82ab2a 100644 --- a/Classes/Core/PackageCollection.php +++ b/Classes/Core/PackageCollection.php @@ -59,7 +59,7 @@ * instances, falling back to use composer.json information in case no "ext_emconf.php" are given limiting it only to * TYPO3 compatible extensions (typo3-cms-framework and typo3-cms-extension composer package types). * - * @phpstan-type PackageKey non-empty-string + * @phpstan-type PackageKey non-empty-string|int * @phpstan-type PackageName non-empty-string * @phpstan-type PackageConstraints array{dependencies: list, suggestions: list} * @phpstan-type StateConfiguration array{packagePath?: non-empty-string}