Skip to content

Commit

Permalink
added docblock for table params
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Sep 14, 2023
1 parent ad5c44e commit c4a6ce1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ function outro(string $message): void

/**
* Display a table.
*
* @param array<int, string>|Collection<int, string> $headers
* @param array<int, string>|Collection<int, string> $rows
*/
function table(array|Collection $headers, array|Collection $rows): void
{
Expand Down

0 comments on commit c4a6ce1

Please sign in to comment.