Fix for mixing simple cache with PSR6 cache implementation. #39
Annotations
9 errors
|
src/Cache/CacheItem.php#L41
Return type void of method Detection\Cache\CacheItem::set() is not covariant with return type static(Psr\Cache\CacheItemInterface) of method Psr\Cache\CacheItemInterface::set().
|
src/Cache/CacheItem.php#L51
Return type mixed of method Detection\Cache\CacheItem::isHit() is not covariant with return type bool of method Psr\Cache\CacheItemInterface::isHit().
|
src/Cache/CacheItem.php#L53
Method Detection\Cache\CacheItem::isHit() should return bool but return statement is missing.
|
src/Cache/CacheItem.php#L56
Return type mixed of method Detection\Cache\CacheItem::expiresAt() is not covariant with return type static(Psr\Cache\CacheItemInterface) of method Psr\Cache\CacheItemInterface::expiresAt().
|
src/Cache/CacheItem.php#L58
Method Detection\Cache\CacheItem::expiresAt() should return static(Detection\Cache\CacheItem) but return statement is missing.
|
src/Cache/CacheItem.php#L61
Return type mixed of method Detection\Cache\CacheItem::expiresAfter() is not covariant with return type static(Psr\Cache\CacheItemInterface) of method Psr\Cache\CacheItemInterface::expiresAfter().
|
src/Cache/CacheItem.php#L63
Method Detection\Cache\CacheItem::expiresAfter() should return static(Detection\Cache\CacheItem) but return statement is missing.
|
|
The logs for this run have expired and are no longer available.
Loading