Skip to content

Short Conditional Statements with Constructor Property Promotion #66

Short Conditional Statements with Constructor Property Promotion

Short Conditional Statements with Constructor Property Promotion #66

Triggered via pull request July 28, 2023 14:39
Status Failure
Total duration 27s
Artifacts

static-analysis.yml

on: pull_request
Static Analysis
18s
Static Analysis
Fit to window
Zoom out
Zoom in

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.