Skip to content

Commit

Permalink
Update Classes/Command/CreateTestDataCommand.php
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Klee <[email protected]>
  • Loading branch information
kanow and oliverklee authored Jul 29, 2024
1 parent c3821cd commit a6d0e01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Classes/Command/CreateTestDataCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

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',
Expand Down

0 comments on commit a6d0e01

Please sign in to comment.