Add code coverage attributes #12
Annotations
10 errors
PHPStan:
src/Factory.php#L23
Parameter #2 $httpClient of class Pickling\Client constructor expects Psr\Http\Client\ClientInterface, Psr\Http\Client\ClientInterface|null given.
|
PHPStan:
src/Factory.php#L24
Parameter #3 $requestFactory of class Pickling\Client constructor expects Psr\Http\Message\RequestFactoryInterface, Psr\Http\Message\RequestFactoryInterface|null given.
|
PHPStan:
src/Factory.php#L25
Parameter #4 $streamFactory of class Pickling\Client constructor expects Psr\Http\Message\StreamFactoryInterface, Psr\Http\Message\StreamFactoryInterface|null given.
|
PHPStan:
src/Resource/CategoryList.php#L11
Class Pickling\Resource\CategoryList implements generic interface ArrayAccess but does not specify its types: TKey, TValue
|
PHPStan:
src/Resource/CategoryList.php#L11
Class Pickling\Resource\CategoryList implements generic interface Iterator but does not specify its types: TKey, TValue
|
PHPStan:
src/Resource/Feed/News.php#L11
Class Pickling\Resource\Feed\News implements generic interface ArrayAccess but does not specify its types: TKey, TValue
|
PHPStan:
src/Resource/Feed/News.php#L11
Class Pickling\Resource\Feed\News implements generic interface Iterator but does not specify its types: TKey, TValue
|
PHPStan:
src/Resource/Feed/News.php#L16
Property Pickling\Resource\Feed\News::$list type has no value type specified in iterable type array.
|
PHPStan:
src/Resource/Package/Release/Dependencies.php#L19
Cannot access offset 'min' on mixed.
|
PHPStan:
src/Resource/Package/Release/Dependencies.php#L19
Cannot access offset 'php' on mixed.
|