Skip to content

Commit 2a6591a

Browse files
committed
Fix doc type ordering in BaseCommand.php following PHPStan guidelines and PR review.
1 parent a5213fe commit 2a6591a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/CLI/BaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public function getPad(array $array, int $pad): int
216216
/**
217217
* Makes it simple to access our protected properties.
218218
*
219-
* @return Commands|list<mixed>|LoggerInterface|string|null
219+
* @return array<string, string>|Commands|LoggerInterface|string|null
220220
*/
221221
public function __get(string $key)
222222
{

0 commit comments

Comments
 (0)