cleanup branch alias and explicitly require legacy message-factory #55
Annotations
10 errors
PossiblyUnusedMethod:
src/Client.php#L41
src/Client.php:41:28: PossiblyUnusedMethod: Cannot find any calls to method Http\Adapter\Guzzle7\Client::createWithConfig (see https://psalm.dev/087)
|
UnusedClass:
tests/CurlHttpAdapterTest.php#L12
tests/CurlHttpAdapterTest.php:12:7: UnusedClass: Class Http\Adapter\Guzzle7\Tests\CurlHttpAdapterTest is never used (see https://psalm.dev/075)
|
MissingDependency:
tests/CurlHttpAdapterTest.php#L12
tests/CurlHttpAdapterTest.php:12:35: MissingDependency: Http\Adapter\Guzzle7\Tests\HttpAdapterTest depends on class or interface http\client\tests\httpclienttest that does not exist (see https://psalm.dev/157)
|
UnusedClass:
tests/CurlHttpAsyncAdapterTest.php#L12
tests/CurlHttpAsyncAdapterTest.php:12:7: UnusedClass: Class Http\Adapter\Guzzle7\Tests\CurlHttpAsyncAdapterTest is never used (see https://psalm.dev/075)
|
MissingDependency:
tests/CurlHttpAsyncAdapterTest.php#L12
tests/CurlHttpAsyncAdapterTest.php:12:40: MissingDependency: Http\Adapter\Guzzle7\Tests\HttpAsyncAdapterTest depends on class or interface http\client\tests\httpasyncclienttest that does not exist (see https://psalm.dev/157)
|
UnusedClass:
tests/DefaultHttpAdapterTest.php#L14
tests/DefaultHttpAdapterTest.php:14:7: UnusedClass: Class Http\Adapter\Guzzle7\Tests\DefaultHttpAdapterTest is never used (see https://psalm.dev/075)
|
UndefinedClass:
tests/DefaultHttpAdapterTest.php#L14
tests/DefaultHttpAdapterTest.php:14:38: UndefinedClass: Class, interface or enum named Http\Client\Tests\HttpClientTest does not exist (see https://psalm.dev/019)
|
UnusedClass:
tests/DefaultHttpAdapterWithConfigTest.php#L12
tests/DefaultHttpAdapterWithConfigTest.php:12:7: UnusedClass: Class DefaultHttpAdapterWithConfigTest is never used (see https://psalm.dev/075)
|
UndefinedClass:
tests/DefaultHttpAdapterWithConfigTest.php#L12
tests/DefaultHttpAdapterWithConfigTest.php:12:48: UndefinedClass: Class, interface or enum named Http\Client\Tests\HttpClientTest does not exist (see https://psalm.dev/019)
|
UndefinedClass:
tests/HttpAdapterTest.php#L15
tests/HttpAdapterTest.php:15:40: UndefinedClass: Class, interface or enum named Http\Client\Tests\HttpClientTest does not exist (see https://psalm.dev/019)
|