Skip to content

Commit

Permalink
Fix doc type ordering in BaseCommand.php following PHPStan guidelines…
Browse files Browse the repository at this point in the history
… and PR review.
  • Loading branch information
mcsaygili committed Apr 10, 2024
1 parent a5213fe commit 2a6591a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/CLI/BaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function getPad(array $array, int $pad): int
/**
* Makes it simple to access our protected properties.
*
* @return Commands|list<mixed>|LoggerInterface|string|null
* @return array<string, string>|Commands|LoggerInterface|string|null
*/
public function __get(string $key)
{
Expand Down

0 comments on commit 2a6591a

Please sign in to comment.