Skip to content

Adds Reversible Forms to Prompts #355

Adds Reversible Forms to Prompts

Adds Reversible Forms to Prompts #355

Triggered via pull request February 26, 2024 16:54
Status Failure
Total duration 25s
Artifacts

static-analysis.yml

on: pull_request
tests  /  Static Analysis
16s
tests / Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
tests / Static Analysis: src/Step.php#L20
Method Laravel\Prompts\Step::run() has parameter $responses with no value type specified in iterable type array.
tests / Static Analysis: src/Step.php#L36
Method Laravel\Prompts\Step::revert() has parameter $responses with no value type specified in iterable type array.
tests / Static Analysis: src/Step.php#L39
Trying to invoke Closure|false but it might not be a callable.
tests / Static Analysis: src/StepBuilder.php#L12
Property Laravel\Prompts\StepBuilder::$steps type has no value type specified in iterable type array.
tests / Static Analysis: src/StepBuilder.php#L17
Property Laravel\Prompts\StepBuilder::$responses type has no value type specified in iterable type array.
tests / Static Analysis: src/StepBuilder.php#L22
Method Laravel\Prompts\StepBuilder::add() has no return type specified.
tests / Static Analysis: src/StepBuilder.php#L37
Method Laravel\Prompts\StepBuilder::run() return type has no value type specified in iterable type array.
tests / Static Analysis
Process completed with exit code 1.
tests / Static Analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.