Cache WIP #40
Annotations
5 errors and 1 warning
src/Cache/Cache.php#L86
Unknown parameter $ttl in call to Detection\Cache\CacheItem constructor.
|
src/Cache/CacheItem.php#L53
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#L72
Return type void 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#L87
Return type void of method Detection\Cache\CacheItem::expiresAfter() is not covariant with return type static(Psr\Cache\CacheItemInterface) of method Psr\Cache\CacheItemInterface::expiresAfter().
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
This job failed
Loading