Skip to content

[2.x] Reset scoped instances before running a new vapor job #97

[2.x] Reset scoped instances before running a new vapor job

[2.x] Reset scoped instances before running a new vapor job #97

Triggered via pull request November 4, 2024 08:16
Status Failure
Total duration 47s
Artifacts

static-analysis.yml

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

Annotations

10 errors
tests / Static Analysis: src/Runtime/Handlers/OctaneHandler.php#L13
Class Laravel\Vapor\Runtime\Handlers\OctaneHandler uses unknown trait Laravel\Octane\MarshalsPsr7RequestsAndResponses.
tests / Static Analysis: src/Runtime/Octane/Octane.php#L29
Class Laravel\Vapor\Runtime\Octane\Octane implements unknown interface Laravel\Octane\Contracts\Client.
tests / Static Analysis: src/Runtime/Octane/Octane.php#L31
Class Laravel\Vapor\Runtime\Octane\Octane uses unknown trait Laravel\Octane\MarshalsPsr7RequestsAndResponses.
tests / Static Analysis: src/Runtime/Octane/Octane.php#L75
Instantiated class Laravel\Octane\Worker not found.
tests / Static Analysis: src/Runtime/Octane/Octane.php#L76
Instantiated class Laravel\Octane\ApplicationFactory not found.
tests / Static Analysis: src/Runtime/Octane/Octane.php#L236
Parameter $context of method Laravel\Vapor\Runtime\Octane\Octane::marshalRequest() has invalid type Laravel\Octane\RequestContext.
tests / Static Analysis: src/Runtime/Octane/Octane.php#L239
Call to an undefined static method Laravel\Vapor\Runtime\Octane\Octane::toHttpFoundationRequest().
tests / Static Analysis: src/Runtime/Octane/Octane.php#L247
Parameter $context of method Laravel\Vapor\Runtime\Octane\Octane::respond() has invalid type Laravel\Octane\RequestContext.
tests / Static Analysis: src/Runtime/Octane/Octane.php#L247
Parameter $response of method Laravel\Vapor\Runtime\Octane\Octane::respond() has invalid type Laravel\Octane\OctaneResponse.
tests / Static Analysis: src/Runtime/Octane/Octane.php#L255
Parameter $context of method Laravel\Vapor\Runtime\Octane\Octane::error() has invalid type Laravel\Octane\RequestContext.