mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 03:36:13 +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
|
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',
|
||||||
|
|
Loading…
Reference in a new issue