Skip to content

Commit

Permalink
Fixed type hint again
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-deluna committed Sep 21, 2022
1 parent 15a0fc2 commit ea1d207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SiliconConsole.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function write(int $type, string $message) : void
/**
* Returns all log messages
*
* @return array<array<int, string, int>>>
* @return array<array{0: int, 1: string, 2: int}>>
*/
public function all() : array
{
Expand Down

0 comments on commit ea1d207

Please sign in to comment.