From 38e2380198e3ce827637b155a7dc1198481b2c24 Mon Sep 17 00:00:00 2001 From: Karsten Nowak Date: Mon, 29 Jul 2024 19:38:54 +0200 Subject: [PATCH] Update Classes/Command/CreateTestDataCommand.php Co-authored-by: Oliver Klee --- Classes/Command/CreateTestDataCommand.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Classes/Command/CreateTestDataCommand.php b/Classes/Command/CreateTestDataCommand.php index 39e0052..966b011 100644 --- a/Classes/Command/CreateTestDataCommand.php +++ b/Classes/Command/CreateTestDataCommand.php @@ -19,7 +19,9 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; final class CreateTestDataCommand extends Command { - /** @phpstan-ignore-next-line */ + /** + * @var list}> + */ protected array $teaData = [ [ 'title' => 'Darjeeling',