Fix for mixing simple cache with PSR6 cache implementation. #39
Annotations
23 errors and 1 warning
run (8, ubuntu-latest, latest, ^9.6.18):
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().
|
run (8, ubuntu-latest, latest, ^9.6.18):
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().
|
run (8, ubuntu-latest, latest, ^9.6.18):
src/Cache/CacheItem.php#L53
Method Detection\Cache\CacheItem::isHit() should return bool but return statement is missing.
|
run (8, ubuntu-latest, latest, ^9.6.18):
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().
|
run (8, ubuntu-latest, latest, ^9.6.18):
src/Cache/CacheItem.php#L58
Method Detection\Cache\CacheItem::expiresAt() should return static(Detection\Cache\CacheItem) but return statement is missing.
|
run (8, ubuntu-latest, latest, ^9.6.18):
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().
|
run (8, ubuntu-latest, latest, ^9.6.18):
src/Cache/CacheItem.php#L63
Method Detection\Cache\CacheItem::expiresAfter() should return static(Detection\Cache\CacheItem) but return statement is missing.
|
run (8, ubuntu-latest, latest, ^9.6.18)
Process completed with exit code 1.
|
run (8.4, ubuntu-latest, latest, ^9.6.18)
The job was canceled because "_8_ubuntu-latest_latest__" failed.
|
run (8.4, ubuntu-latest, latest, ^9.6.18):
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().
|
run (8.4, ubuntu-latest, latest, ^9.6.18):
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().
|
run (8.4, ubuntu-latest, latest, ^9.6.18):
src/Cache/CacheItem.php#L53
Method Detection\Cache\CacheItem::isHit() should return bool but return statement is missing.
|
run (8.4, ubuntu-latest, latest, ^9.6.18):
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().
|
run (8.4, ubuntu-latest, latest, ^9.6.18):
src/Cache/CacheItem.php#L58
Method Detection\Cache\CacheItem::expiresAt() should return static(Detection\Cache\CacheItem) but return statement is missing.
|
run (8.4, ubuntu-latest, latest, ^9.6.18):
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().
|
run (8.4, ubuntu-latest, latest, ^9.6.18):
src/Cache/CacheItem.php#L63
Method Detection\Cache\CacheItem::expiresAfter() should return static(Detection\Cache\CacheItem) but return statement is missing.
|
run (8.4, ubuntu-latest, latest, ^9.6.18)
Process completed with exit code 1.
|
run (8.2, ubuntu-latest, latest, ^9.6.18)
The job was canceled because "_8_ubuntu-latest_latest__" failed.
|
run (8.2, ubuntu-latest, latest, ^9.6.18)
The operation was canceled.
|
run (8.1, ubuntu-latest, latest, ^9.6.18)
The job was canceled because "_8_ubuntu-latest_latest__" failed.
|
run (8.1, ubuntu-latest, latest, ^9.6.18)
The operation was canceled.
|
run (8.3, ubuntu-latest, latest, ^9.6.18)
The job was canceled because "_8_ubuntu-latest_latest__" failed.
|
run (8.3, ubuntu-latest, latest, ^9.6.18)
The operation was canceled.
|
run (8, ubuntu-latest, latest, ^9.6.18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|