Skip to content

Remove composer.lock (library) #9

Remove composer.lock (library)

Remove composer.lock (library) #9

Triggered via push April 24, 2024 11:14
Status Failure
Total duration 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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/CategoryList.php#L30
Method Pickling\Resource\CategoryList::offsetExists() has parameter $offset with no typehint specified.
PHPStan: src/Resource/CategoryList.php#L34
Method Pickling\Resource\CategoryList::offsetGet() has parameter $offset with no typehint specified.
PHPStan: src/Resource/CategoryList.php#L38
Method Pickling\Resource\CategoryList::offsetSet() has parameter $offset with no typehint specified.
PHPStan: src/Resource/CategoryList.php#L38
Method Pickling\Resource\CategoryList::offsetSet() has parameter $value with no typehint specified.
PHPStan: src/Resource/CategoryList.php#L42
Method Pickling\Resource\CategoryList::offsetUnset() has parameter $offset with no typehint specified.
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.