mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-08 22:36:16 +01:00
Update Classes/Command/CreateTestDataCommand.php
Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
This commit is contained in:
parent
72d449b9bd
commit
5ad2d2d8ad
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
|
|||
|
||||
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 = [
|
||||
[
|
||||
'title' => 'Darjeeling',
|
||||
|
|
Loading…
Reference in a new issue