mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:36:14 +02:00

Update Classes/Command/CreateTestDataCommand.php

Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
This commit is contained in:
Karsten Nowak 2024-07-29 19:38:54 +02:00 committed by Karsten Nowak
parent 33ce1f2e66
commit 38e2380198

View file

@ -19,7 +19,9 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
final class CreateTestDataCommand extends Command final class CreateTestDataCommand extends Command
{ {
/** @phpstan-ignore-next-line */ /**
* @var list<array{title: non-empty-string, description: non-empty-string, sys_language_uid: int<0, max>}>
*/
protected array $teaData = [ protected array $teaData = [
[ [
'title' => 'Darjeeling', 'title' => 'Darjeeling',