Skip to content

fix(laravel): queue spans per request signature in ClientRequestWatcher #130

fix(laravel): queue spans per request signature in ClientRequestWatcher

fix(laravel): queue spans per request signature in ClientRequestWatcher #130

Triggered via pull request September 8, 2026 01:05
Status Failure
Total duration 1m 57s
Artifacts

instrumentation-laravel.yml

on: pull_request
Matrix: CI
Fit to window
Zoom out
Zoom in

Annotations

121 errors
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Tests
Process completed with exit code 2.
CI (8.4, 12.x) / PHP 8.4: Laravel 12.x / Tests
Process completed with exit code 2.
CI (8.4, 11.x) / PHP 8.4: Laravel 11.x / Tests
Process completed with exit code 2.
CI (8.2, 11.x) / PHP 8.2: Laravel 11.x / Tests
Process completed with exit code 2.
CI (8.3, 11.x) / PHP 8.3: Laravel 11.x / Tests
Process completed with exit code 2.
CI (8.3, 13.x) / PHP 8.3: Laravel 13.x / Tests
Process completed with exit code 2.
CI (8.2, 12.x) / PHP 8.2: Laravel 12.x / Tests
Process completed with exit code 2.
CI (8.3, 12.x) / PHP 8.3: Laravel 12.x / Tests
Process completed with exit code 2.
UnusedReturnValue: tests/Integration/Queue/WorkerTest.php#L110
tests/Integration/Queue/WorkerTest.php:110:103: UnusedReturnValue: The return value for this private method is never used (see https://psalm.dev/272)
PossiblyUndefinedMethod: tests/Integration/Queue/WorkerTest.php#L85
tests/Integration/Queue/WorkerTest.php:85:70: PossiblyUndefinedMethod: Method OpenTelemetry\SDK\Trace\ImmutableSpan::getBody does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Queue/WorkerTest.php#L69
tests/Integration/Queue/WorkerTest.php:69:68: PossiblyUndefinedMethod: Method OpenTelemetry\SDK\Trace\ImmutableSpan::getBody does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Queue/WorkerTest.php#L49
tests/Integration/Queue/WorkerTest.php:49:77: PossiblyUndefinedMethod: Method OpenTelemetry\SDK\Trace\ImmutableSpan::getBody does not exist (see https://psalm.dev/108)
PossiblyNullReference: tests/Integration/Queue/WorkerTest.php#L30
tests/Integration/Queue/WorkerTest.php:30:37: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
UnnecessaryVarAnnotation: tests/Integration/Queue/QueueTest.php#L139
tests/Integration/Queue/QueueTest.php:139:17: UnnecessaryVarAnnotation: The @var Illuminate\Queue\Worker annotation for $worker is unnecessary (see https://psalm.dev/212)
InvalidArgument: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidArgument: Argument 2 of Illuminate\Queue\SqsQueue::later expects string, but OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob provided (see https://psalm.dev/004)
InvalidCast: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidCast: OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob cannot be cast to string (see https://psalm.dev/103)
PossiblyNullReference: tests/Integration/LaravelInstrumentationTest.php#L181
tests/Integration/LaravelInstrumentationTest.php:181:33: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
TooFewArguments: tests/Integration/Http/ClientTest.php#L114
tests/Integration/Http/ClientTest.php:114:25: TooFewArguments: Too few arguments for Illuminate\Http\Client\Events\ConnectionFailed::__construct - expecting exception to be passed (see https://psalm.dev/025)
CI (8.3, 11.x) / PHP 8.3: Laravel 11.x / Quality Checks
Process completed with exit code 1.
UnusedReturnValue: tests/Integration/Queue/WorkerTest.php#L110
tests/Integration/Queue/WorkerTest.php:110:103: UnusedReturnValue: The return value for this private method is never used (see https://psalm.dev/272)
PossiblyUndefinedMethod: tests/Integration/Queue/WorkerTest.php#L85
tests/Integration/Queue/WorkerTest.php:85:70: PossiblyUndefinedMethod: Method OpenTelemetry\SDK\Trace\ImmutableSpan::getBody does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Queue/WorkerTest.php#L69
tests/Integration/Queue/WorkerTest.php:69:68: PossiblyUndefinedMethod: Method OpenTelemetry\SDK\Trace\ImmutableSpan::getBody does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Queue/WorkerTest.php#L49
tests/Integration/Queue/WorkerTest.php:49:77: PossiblyUndefinedMethod: Method OpenTelemetry\SDK\Trace\ImmutableSpan::getBody does not exist (see https://psalm.dev/108)
PossiblyNullReference: tests/Integration/Queue/WorkerTest.php#L30
tests/Integration/Queue/WorkerTest.php:30:37: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
UnnecessaryVarAnnotation: tests/Integration/Queue/QueueTest.php#L139
tests/Integration/Queue/QueueTest.php:139:17: UnnecessaryVarAnnotation: The @var Illuminate\Queue\Worker annotation for $worker is unnecessary (see https://psalm.dev/212)
InvalidArgument: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidArgument: Argument 2 of Illuminate\Queue\SqsQueue::later expects string, but OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob provided (see https://psalm.dev/004)
InvalidCast: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidCast: OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob cannot be cast to string (see https://psalm.dev/103)
PossiblyNullReference: tests/Integration/LaravelInstrumentationTest.php#L181
tests/Integration/LaravelInstrumentationTest.php:181:33: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
TooFewArguments: tests/Integration/Http/ClientTest.php#L114
tests/Integration/Http/ClientTest.php:114:25: TooFewArguments: Too few arguments for Illuminate\Http\Client\Events\ConnectionFailed::__construct - expecting exception to be passed (see https://psalm.dev/025)
CI (8.4, 11.x) / PHP 8.4: Laravel 11.x / Quality Checks
Process completed with exit code 1.
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks: src/Hooks/Illuminate/Contracts/Http/Kernel.php#L122
Call to an undefined method Illuminate\Http\Request::getQueryString().
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks: src/Hooks/Illuminate/Contracts/Http/Kernel.php#L108
Access to property $headers on an unknown class Symfony\Component\HttpFoundation\Response.
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks: src/Hooks/Illuminate/Contracts/Http/Kernel.php#L107
Call to method getProtocolVersion() on an unknown class Symfony\Component\HttpFoundation\Response.
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks: src/Hooks/Illuminate/Contracts/Http/Kernel.php#L106
Call to method getStatusCode() on an unknown class Symfony\Component\HttpFoundation\Response.
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks: src/Hooks/Illuminate/Contracts/Http/Kernel.php#L103
Call to method getStatusCode() on an unknown class Symfony\Component\HttpFoundation\Response.
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks: src/Hooks/Illuminate/Contracts/Http/Kernel.php#L87
Parameter $response of anonymous function has invalid type Symfony\Component\HttpFoundation\Response.
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks: src/Hooks/Illuminate/Contracts/Http/Kernel.php#L79
Access to an undefined property Illuminate\Http\Request::$attributes.
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks: src/Hooks/Illuminate/Contracts/Http/Kernel.php#L74
Call to an undefined method Illuminate\Http\Request::getPort().
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks: src/Hooks/Illuminate/Contracts/Http/Kernel.php#L70
Call to an undefined method Illuminate\Http\Request::getProtocolVersion().
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks: src/Hooks/Illuminate/Contracts/Http/Kernel.php#L69
Call to an undefined method Illuminate\Http\Request::getScheme().
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks
Process completed with exit code 1.
CI (8.4, 13.x) / PHP 8.4: Laravel 13.x / Quality Checks
Process completed with exit code 1.
CI (8.4, 10.x) / PHP 8.4: Laravel 10.x / Quality Checks
Process completed with exit code 2.
RedundantCast: vendor/laravel/framework/src/Illuminate/Console/Command.php#L111
vendor/laravel/framework/src/Illuminate/Console/Command.php:111:24: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
UnusedMethodCall: tests/Unit/Watchers/LogWatcherTest.php#L67
tests/Unit/Watchers/LogWatcherTest.php:67:16: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
UnusedMethodCall: tests/Unit/Watchers/ClientRequestWatcherTest.php#L52
tests/Unit/Watchers/ClientRequestWatcherTest.php:52:16: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
UnusedMethodCall: tests/Unit/Hooks/Illuminate/Contracts/Http/KernelTest.php#L57
tests/Unit/Hooks/Illuminate/Contracts/Http/KernelTest.php:57:28: UnusedMethodCall: The call to ReflectionMethod::setAccessible is not used (see https://psalm.dev/209)
CI (8.4, 10.x) / PHP 8.4: Laravel 10.x / Quality Checks
Process completed with exit code 1.
PossiblyNullReference: tests/Integration/Queue/WorkerTest.php#L30
tests/Integration/Queue/WorkerTest.php:30:37: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
UnnecessaryVarAnnotation: tests/Integration/Queue/QueueTest.php#L139
tests/Integration/Queue/QueueTest.php:139:17: UnnecessaryVarAnnotation: The @var Illuminate\Queue\Worker annotation for $worker is unnecessary (see https://psalm.dev/212)
InvalidArgument: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidArgument: Argument 2 of Illuminate\Queue\SqsQueue::later expects string, but OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob provided (see https://psalm.dev/004)
InvalidCast: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidCast: OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob cannot be cast to string (see https://psalm.dev/103)
PossiblyNullReference: tests/Integration/LaravelInstrumentationTest.php#L181
tests/Integration/LaravelInstrumentationTest.php:181:33: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
PossiblyUndefinedMethod: tests/Integration/LaravelInstrumentationTest.php#L45
tests/Integration/LaravelInstrumentationTest.php:45:45: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
TooFewArguments: tests/Integration/Http/ClientTest.php#L114
tests/Integration/Http/ClientTest.php:114:25: TooFewArguments: Too few arguments for Illuminate\Http\Client\Events\ConnectionFailed::__construct - expecting exception to be passed (see https://psalm.dev/025)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L51
tests/Integration/Http/ClientTest.php:51:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L44
tests/Integration/Http/ClientTest.php:44:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L37
tests/Integration/Http/ClientTest.php:37:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
CI (8.4, 12.x) / PHP 8.4: Laravel 12.x / Quality Checks
Process completed with exit code 1.
PossiblyNullReference: tests/Integration/Queue/WorkerTest.php#L30
tests/Integration/Queue/WorkerTest.php:30:37: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
UnnecessaryVarAnnotation: tests/Integration/Queue/QueueTest.php#L139
tests/Integration/Queue/QueueTest.php:139:17: UnnecessaryVarAnnotation: The @var Illuminate\Queue\Worker annotation for $worker is unnecessary (see https://psalm.dev/212)
InvalidArgument: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidArgument: Argument 2 of Illuminate\Queue\SqsQueue::later expects string, but OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob provided (see https://psalm.dev/004)
InvalidCast: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidCast: OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob cannot be cast to string (see https://psalm.dev/103)
PossiblyNullReference: tests/Integration/LaravelInstrumentationTest.php#L181
tests/Integration/LaravelInstrumentationTest.php:181:33: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
PossiblyUndefinedMethod: tests/Integration/LaravelInstrumentationTest.php#L45
tests/Integration/LaravelInstrumentationTest.php:45:45: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
TooFewArguments: tests/Integration/Http/ClientTest.php#L114
tests/Integration/Http/ClientTest.php:114:25: TooFewArguments: Too few arguments for Illuminate\Http\Client\Events\ConnectionFailed::__construct - expecting exception to be passed (see https://psalm.dev/025)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L51
tests/Integration/Http/ClientTest.php:51:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L44
tests/Integration/Http/ClientTest.php:44:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L37
tests/Integration/Http/ClientTest.php:37:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
CI (8.3, 13.x) / PHP 8.3: Laravel 13.x / Quality Checks
Process completed with exit code 1.
CI (8.3, 10.x) / PHP 8.3: Laravel 10.x / Quality Checks
Process completed with exit code 2.
RedundantCast: vendor/laravel/framework/src/Illuminate/Console/Command.php#L111
vendor/laravel/framework/src/Illuminate/Console/Command.php:111:24: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
UnusedMethodCall: tests/Unit/Watchers/LogWatcherTest.php#L67
tests/Unit/Watchers/LogWatcherTest.php:67:16: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
CI (8.2, 10.x) / PHP 8.2: Laravel 10.x / Quality Checks
Process completed with exit code 2.
UnusedMethodCall: tests/Unit/Watchers/ClientRequestWatcherTest.php#L52
tests/Unit/Watchers/ClientRequestWatcherTest.php:52:16: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
RedundantCast: vendor/laravel/framework/src/Illuminate/Console/Command.php#L111
vendor/laravel/framework/src/Illuminate/Console/Command.php:111:24: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
UnusedMethodCall: tests/Unit/Hooks/Illuminate/Contracts/Http/KernelTest.php#L57
tests/Unit/Hooks/Illuminate/Contracts/Http/KernelTest.php:57:28: UnusedMethodCall: The call to ReflectionMethod::setAccessible is not used (see https://psalm.dev/209)
UnusedMethodCall: tests/Unit/Watchers/LogWatcherTest.php#L67
tests/Unit/Watchers/LogWatcherTest.php:67:16: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
CI (8.3, 10.x) / PHP 8.3: Laravel 10.x / Quality Checks
Process completed with exit code 1.
UnusedMethodCall: tests/Unit/Watchers/ClientRequestWatcherTest.php#L52
tests/Unit/Watchers/ClientRequestWatcherTest.php:52:16: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
UnusedMethodCall: tests/Unit/Hooks/Illuminate/Contracts/Http/KernelTest.php#L57
tests/Unit/Hooks/Illuminate/Contracts/Http/KernelTest.php:57:28: UnusedMethodCall: The call to ReflectionMethod::setAccessible is not used (see https://psalm.dev/209)
CI (8.2, 10.x) / PHP 8.2: Laravel 10.x / Quality Checks
Process completed with exit code 1.
UnusedReturnValue: tests/Integration/Queue/WorkerTest.php#L110
tests/Integration/Queue/WorkerTest.php:110:103: UnusedReturnValue: The return value for this private method is never used (see https://psalm.dev/272)
PossiblyUndefinedMethod: tests/Integration/Queue/WorkerTest.php#L85
tests/Integration/Queue/WorkerTest.php:85:70: PossiblyUndefinedMethod: Method OpenTelemetry\SDK\Trace\ImmutableSpan::getBody does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Queue/WorkerTest.php#L69
tests/Integration/Queue/WorkerTest.php:69:68: PossiblyUndefinedMethod: Method OpenTelemetry\SDK\Trace\ImmutableSpan::getBody does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Queue/WorkerTest.php#L49
tests/Integration/Queue/WorkerTest.php:49:77: PossiblyUndefinedMethod: Method OpenTelemetry\SDK\Trace\ImmutableSpan::getBody does not exist (see https://psalm.dev/108)
PossiblyNullReference: tests/Integration/Queue/WorkerTest.php#L30
tests/Integration/Queue/WorkerTest.php:30:37: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
UnnecessaryVarAnnotation: tests/Integration/Queue/QueueTest.php#L139
tests/Integration/Queue/QueueTest.php:139:17: UnnecessaryVarAnnotation: The @var Illuminate\Queue\Worker annotation for $worker is unnecessary (see https://psalm.dev/212)
InvalidArgument: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidArgument: Argument 2 of Illuminate\Queue\SqsQueue::later expects string, but OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob provided (see https://psalm.dev/004)
InvalidCast: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidCast: OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob cannot be cast to string (see https://psalm.dev/103)
PossiblyNullReference: tests/Integration/LaravelInstrumentationTest.php#L181
tests/Integration/LaravelInstrumentationTest.php:181:33: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
TooFewArguments: tests/Integration/Http/ClientTest.php#L114
tests/Integration/Http/ClientTest.php:114:25: TooFewArguments: Too few arguments for Illuminate\Http\Client\Events\ConnectionFailed::__construct - expecting exception to be passed (see https://psalm.dev/025)
CI (8.2, 11.x) / PHP 8.2: Laravel 11.x / Quality Checks
Process completed with exit code 1.
PossiblyNullReference: tests/Integration/Queue/WorkerTest.php#L30
tests/Integration/Queue/WorkerTest.php:30:37: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
UnnecessaryVarAnnotation: tests/Integration/Queue/QueueTest.php#L139
tests/Integration/Queue/QueueTest.php:139:17: UnnecessaryVarAnnotation: The @var Illuminate\Queue\Worker annotation for $worker is unnecessary (see https://psalm.dev/212)
InvalidArgument: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidArgument: Argument 2 of Illuminate\Queue\SqsQueue::later expects string, but OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob provided (see https://psalm.dev/004)
InvalidCast: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidCast: OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob cannot be cast to string (see https://psalm.dev/103)
PossiblyNullReference: tests/Integration/LaravelInstrumentationTest.php#L181
tests/Integration/LaravelInstrumentationTest.php:181:33: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
PossiblyUndefinedMethod: tests/Integration/LaravelInstrumentationTest.php#L45
tests/Integration/LaravelInstrumentationTest.php:45:45: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
TooFewArguments: tests/Integration/Http/ClientTest.php#L114
tests/Integration/Http/ClientTest.php:114:25: TooFewArguments: Too few arguments for Illuminate\Http\Client\Events\ConnectionFailed::__construct - expecting exception to be passed (see https://psalm.dev/025)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L51
tests/Integration/Http/ClientTest.php:51:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L44
tests/Integration/Http/ClientTest.php:44:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L37
tests/Integration/Http/ClientTest.php:37:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
CI (8.3, 12.x) / PHP 8.3: Laravel 12.x / Quality Checks
Process completed with exit code 1.
CI (8.1, 10.x) / PHP 8.1: Laravel 10.x / Quality Checks
Process completed with exit code 2.
RedundantCast: vendor/laravel/framework/src/Illuminate/Console/Command.php#L111
vendor/laravel/framework/src/Illuminate/Console/Command.php:111:24: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
UnusedMethodCall: tests/Unit/Watchers/LogWatcherTest.php#L67
tests/Unit/Watchers/LogWatcherTest.php:67:16: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
UnusedMethodCall: tests/Unit/Watchers/ClientRequestWatcherTest.php#L52
tests/Unit/Watchers/ClientRequestWatcherTest.php:52:16: UnusedMethodCall: The call to ReflectionProperty::setAccessible is not used (see https://psalm.dev/209)
UnusedMethodCall: tests/Unit/Hooks/Illuminate/Contracts/Http/KernelTest.php#L57
tests/Unit/Hooks/Illuminate/Contracts/Http/KernelTest.php:57:28: UnusedMethodCall: The call to ReflectionMethod::setAccessible is not used (see https://psalm.dev/209)
CI (8.1, 10.x) / PHP 8.1: Laravel 10.x / Quality Checks
Process completed with exit code 1.
PossiblyNullReference: tests/Integration/Queue/WorkerTest.php#L30
tests/Integration/Queue/WorkerTest.php:30:37: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
UnnecessaryVarAnnotation: tests/Integration/Queue/QueueTest.php#L139
tests/Integration/Queue/QueueTest.php:139:17: UnnecessaryVarAnnotation: The @var Illuminate\Queue\Worker annotation for $worker is unnecessary (see https://psalm.dev/212)
InvalidArgument: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidArgument: Argument 2 of Illuminate\Queue\SqsQueue::later expects string, but OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob provided (see https://psalm.dev/004)
InvalidCast: tests/Integration/Queue/QueueTest.php#L83
tests/Integration/Queue/QueueTest.php:83:31: InvalidCast: OpenTelemetry\Tests\Contrib\Instrumentation\Laravel\Fixtures\Jobs\DummyJob cannot be cast to string (see https://psalm.dev/103)
PossiblyNullReference: tests/Integration/LaravelInstrumentationTest.php#L181
tests/Integration/LaravelInstrumentationTest.php:181:33: PossiblyNullReference: Cannot call method make on possibly null value (see https://psalm.dev/083)
PossiblyUndefinedMethod: tests/Integration/LaravelInstrumentationTest.php#L45
tests/Integration/LaravelInstrumentationTest.php:45:45: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
TooFewArguments: tests/Integration/Http/ClientTest.php#L114
tests/Integration/Http/ClientTest.php:114:25: TooFewArguments: Too few arguments for Illuminate\Http\Client\Events\ConnectionFailed::__construct - expecting exception to be passed (see https://psalm.dev/025)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L51
tests/Integration/Http/ClientTest.php:51:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L44
tests/Integration/Http/ClientTest.php:44:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
PossiblyUndefinedMethod: tests/Integration/Http/ClientTest.php#L37
tests/Integration/Http/ClientTest.php:37:44: PossiblyUndefinedMethod: Method GuzzleHttp\Promise\PromiseInterface::status does not exist (see https://psalm.dev/108)
CI (8.2, 12.x) / PHP 8.2: Laravel 12.x / Quality Checks
Process completed with exit code 1.