Add a table
renderer
#180
Annotations
9 errors
src/Themes/Default/TableRenderer.php#L27
Parameter #1 $headers of method Symfony\Component\Console\Helper\Table::setHeaders() expects array, array<int, string>|Illuminate\Support\Collection<int, string> given.
|
src/Themes/Default/TableRenderer.php#L28
Parameter #1 $rows of method Symfony\Component\Console\Helper\Table::setRows() expects array, array<int, string>|Illuminate\Support\Collection<int, string> given.
|
src/helpers.php#L146
Function Laravel\Prompts\table() has parameter $headers with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
|
src/helpers.php#L146
Function Laravel\Prompts\table() has parameter $headers with no value type specified in iterable type array.
|
src/helpers.php#L146
Function Laravel\Prompts\table() has parameter $headers with no value type specified in iterable type array|Illuminate\Support\Collection.
|
src/helpers.php#L146
Function Laravel\Prompts\table() has parameter $rows with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
|
src/helpers.php#L146
Function Laravel\Prompts\table() has parameter $rows with no value type specified in iterable type array.
|
src/helpers.php#L146
Function Laravel\Prompts\table() has parameter $rows with no value type specified in iterable type array|Illuminate\Support\Collection.
|
|
The logs for this run have expired and are no longer available.
Loading