Short Conditional Statements with Constructor Property Promotion #66
static-analysis.yml
on: pull_request
Static Analysis
18s
Annotations
10 errors
Static Analysis:
src/MultiSelectPrompt.php#L66
Parameter #1 $array of function array_is_list expects array, array<int|string, string>|Illuminate\Support\Collection<int|string, string> given.
|
Static Analysis:
src/MultiSelectPrompt.php#L70
Parameter #1 $array of function array_intersect_key expects array, array<int|string, string>|Illuminate\Support\Collection<int|string, string> given.
|
Static Analysis:
src/MultiSelectPrompt.php#L78
Parameter #1 $array of function array_is_list expects array, array<int|string, string>|Illuminate\Support\Collection<int|string, string> given.
|
Static Analysis:
src/MultiSelectPrompt.php#L82
Parameter #1 $array of function array_keys expects array, array<int|string, string>|Illuminate\Support\Collection<int|string, string> given.
|
Static Analysis:
src/MultiSelectPrompt.php#L114
Parameter #1 $array of function array_is_list expects array, array<int|string, string>|Illuminate\Support\Collection<int|string, string> given.
|
Static Analysis:
src/MultiSelectPrompt.php#L116
Parameter #1 $array of function array_keys expects array, array<int|string, string>|Illuminate\Support\Collection<int|string, string> given.
|
Static Analysis:
src/SearchPrompt.php#L93
Property Laravel\Prompts\SearchPrompt::$highlighted (int|null) does not accept float|int|null.
|
Static Analysis:
src/SelectPrompt.php#L48
Parameter #1 $array of function array_is_list expects array, array<int|string, string>|Illuminate\Support\Collection<int|string, string> given.
|
Static Analysis:
src/SelectPrompt.php#L52
Parameter #1 $array of function array_keys expects array, array<int|string, string>|Illuminate\Support\Collection<int|string, string> given.
|
Static Analysis:
src/SelectPrompt.php#L60
Parameter #1 $array of function array_is_list expects array, array<int|string, string>|Illuminate\Support\Collection<int|string, string> given.
|