Skip to content

Commit a0baf99

Browse files
🐛 Fix php docs
1 parent cfbcaf8 commit a0baf99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ abstract class Command
5050
/**
5151
* Synopsis of the command
5252
*
53-
* @var array<int,array<string|mixed>>
53+
* @var array<array<string,mixed>>
5454
*/
5555
protected static array $synopsis = [];
5656

@@ -276,7 +276,7 @@ public static function _after_invoke()
276276
/**
277277
* Get the command synopsis
278278
*
279-
* @return array<int,array<string|mixed>>
279+
* @return array<array<string,mixed>>
280280
*/
281281
public static function get_synopsis(): array
282282
{

0 commit comments

Comments
 (0)