Skip to content

Commit 125608d

Browse files
committed
[PHPDoc] Fix various PHPDoc syntax errors
1 parent 0f46154 commit 125608d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/TranslationLintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
7070
{
7171
$locales = $input->getOption('locale');
7272

73-
/** @var array<string, array<string, array<string, \Throwable>> $errors */
73+
/** @var array<string, array<string, array<string, \Throwable>>> $errors */
7474
$errors = [];
7575
$domainsByLocales = [];
7676

0 commit comments

Comments
 (0)