Phpstan levels #460
Annotations
9 errors and 1 warning
PHPStan:
tests/Unit/ProxyClient/HttpDispatcherTest.php#L39
Property FOS\HttpCache\Tests\Unit\ProxyClient\HttpDispatcherTest::$httpClient has unknown class Http\Mock\Client as its type.
|
PHPStan:
tests/Unit/ProxyClient/HttpDispatcherTest.php#L47
Instantiated class Http\Mock\Client not found.
|
PHPStan:
tests/Unit/ProxyClient/HttpDispatcherTest.php#L75
Call to method addException() on an unknown class Http\Mock\Client.
|
PHPStan:
tests/Unit/ProxyClient/HttpDispatcherTest.php#L283
Call to method getRequests() on an unknown class Http\Mock\Client.
|
PHPStan:
tests/Unit/ProxyClient/HttpDispatcherTest.php#L371
Call to method getRequests() on an unknown class Http\Mock\Client.
|
PHPStan:
tests/Unit/SymfonyCache/KernelDispatcherTest.php#L75
Method FOS\HttpCache\Tests\Unit\SymfonyCache\KernelDispatcherTest::getRequest() has invalid return type GuzzleHttp\Psr7\Request.
|
PHPStan:
tests/Unit/SymfonyCache/KernelDispatcherTest.php#L83
Instantiated class GuzzleHttp\Psr7\Request not found.
|
PHPStan:
tests/Unit/Test/PHPUnit/IsCacheHitConstraintTestCase.php#L36
Instantiated class GuzzleHttp\Psr7\Stream not found.
|
PHPStan:
tests/Unit/Test/PHPUnit/IsCacheHitConstraintTestCase.php#L55
Instantiated class GuzzleHttp\Psr7\Stream not found.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading