Http & Related Components #103
Annotations
10 errors
UnusedClass:
src/SonsOfPHP/Component/HttpClient/Client.php#L16
src/SonsOfPHP/Component/HttpClient/Client.php:16:7: UnusedClass: Class SonsOfPHP\Component\HttpClient\Client is never used (see https://psalm.dev/075)
|
InvalidReturnType:
src/SonsOfPHP/Component/HttpClient/Client.php#L21
src/SonsOfPHP/Component/HttpClient/Client.php:21:61: InvalidReturnType: Not all code paths of SonsOfPHP\Component\HttpClient\Client::sendRequest end in a return statement, return type Psr\Http\Message\ResponseInterface expected (see https://psalm.dev/011)
|
UnimplementedInterfaceMethod:
src/SonsOfPHP/Component/HttpFactory/RequestFactory.php#L14
src/SonsOfPHP/Component/HttpFactory/RequestFactory.php:14:7: UnimplementedInterfaceMethod: Method createrequest is not defined on class SonsOfPHP\Component\HttpFactory\RequestFactory (see https://psalm.dev/044)
|
UnusedClass:
src/SonsOfPHP/Component/HttpFactory/RequestFactory.php#L14
src/SonsOfPHP/Component/HttpFactory/RequestFactory.php:14:7: UnusedClass: Class SonsOfPHP\Component\HttpFactory\RequestFactory is never used (see https://psalm.dev/075)
|
UnimplementedInterfaceMethod:
src/SonsOfPHP/Component/HttpFactory/ResponseFactory.php#L14
src/SonsOfPHP/Component/HttpFactory/ResponseFactory.php:14:7: UnimplementedInterfaceMethod: Method createresponse is not defined on class SonsOfPHP\Component\HttpFactory\ResponseFactory (see https://psalm.dev/044)
|
UnusedClass:
src/SonsOfPHP/Component/HttpFactory/ResponseFactory.php#L14
src/SonsOfPHP/Component/HttpFactory/ResponseFactory.php:14:7: UnusedClass: Class SonsOfPHP\Component\HttpFactory\ResponseFactory is never used (see https://psalm.dev/075)
|
UnimplementedInterfaceMethod:
src/SonsOfPHP/Component/HttpFactory/ServerRequestFactory.php#L14
src/SonsOfPHP/Component/HttpFactory/ServerRequestFactory.php:14:7: UnimplementedInterfaceMethod: Method createserverrequest is not defined on class SonsOfPHP\Component\HttpFactory\ServerRequestFactory (see https://psalm.dev/044)
|
UnusedClass:
src/SonsOfPHP/Component/HttpFactory/ServerRequestFactory.php#L14
src/SonsOfPHP/Component/HttpFactory/ServerRequestFactory.php:14:7: UnusedClass: Class SonsOfPHP\Component\HttpFactory\ServerRequestFactory is never used (see https://psalm.dev/075)
|
UnimplementedInterfaceMethod:
src/SonsOfPHP/Component/HttpFactory/StreamFactory.php#L14
src/SonsOfPHP/Component/HttpFactory/StreamFactory.php:14:7: UnimplementedInterfaceMethod: Method createstream is not defined on class SonsOfPHP\Component\HttpFactory\StreamFactory (see https://psalm.dev/044)
|
UnusedClass:
src/SonsOfPHP/Component/HttpFactory/StreamFactory.php#L14
src/SonsOfPHP/Component/HttpFactory/StreamFactory.php:14:7: UnusedClass: Class SonsOfPHP\Component\HttpFactory\StreamFactory is never used (see https://psalm.dev/075)
|