[2.x] Reset scoped instances before running a new vapor job #97
Annotations
10 errors
Execute type checking:
src/Runtime/Handlers/OctaneHandler.php#L13
Class Laravel\Vapor\Runtime\Handlers\OctaneHandler uses unknown trait Laravel\Octane\MarshalsPsr7RequestsAndResponses.
|
Execute type checking:
src/Runtime/Octane/Octane.php#L29
Class Laravel\Vapor\Runtime\Octane\Octane implements unknown interface Laravel\Octane\Contracts\Client.
|
Execute type checking:
src/Runtime/Octane/Octane.php#L31
Class Laravel\Vapor\Runtime\Octane\Octane uses unknown trait Laravel\Octane\MarshalsPsr7RequestsAndResponses.
|
Execute type checking:
src/Runtime/Octane/Octane.php#L75
Instantiated class Laravel\Octane\Worker not found.
|
Execute type checking:
src/Runtime/Octane/Octane.php#L76
Instantiated class Laravel\Octane\ApplicationFactory not found.
|
Execute type checking:
src/Runtime/Octane/Octane.php#L236
Parameter $context of method Laravel\Vapor\Runtime\Octane\Octane::marshalRequest() has invalid type Laravel\Octane\RequestContext.
|
Execute type checking:
src/Runtime/Octane/Octane.php#L239
Call to an undefined static method Laravel\Vapor\Runtime\Octane\Octane::toHttpFoundationRequest().
|
Execute type checking:
src/Runtime/Octane/Octane.php#L247
Parameter $context of method Laravel\Vapor\Runtime\Octane\Octane::respond() has invalid type Laravel\Octane\RequestContext.
|
Execute type checking:
src/Runtime/Octane/Octane.php#L247
Parameter $response of method Laravel\Vapor\Runtime\Octane\Octane::respond() has invalid type Laravel\Octane\OctaneResponse.
|
Execute type checking:
src/Runtime/Octane/Octane.php#L255
Parameter $context of method Laravel\Vapor\Runtime\Octane\Octane::error() has invalid type Laravel\Octane\RequestContext.
|
Loading