Skip to content

Commit

Permalink
fix PhpStan type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ericges committed Mar 12, 2024
1 parent 0b9e989 commit 405eee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/FormatterUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function (array|string|null $v) use (
return Str::specialchars($value);
}

/** @return array<System, Controller> */
/** @return array{System, Controller} */
private function prepareServices(): array
{
/** @var System $system */
Expand Down

0 comments on commit 405eee0

Please sign in to comment.