Update dependency psr/simple-cache to v3 #113
Annotations
10 errors
src/PSR16Adapter.php#L26
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::get() is not covariant with return type mixed of method Psr\SimpleCache\CacheInterface::get().
|
src/PSR16Adapter.php#L38
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::set() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::set().
|
src/PSR16Adapter.php#L50
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::delete() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::delete().
|
src/PSR16Adapter.php#L62
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::clear() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::clear().
|
src/PSR16Adapter.php#L90
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::setMultiple() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::setMultiple().
|
src/PSR16Adapter.php#L97
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
|
src/PSR16Adapter.php#L103
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::deleteMultiple() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::deleteMultiple().
|
src/PSR16Adapter.php#L117
Return type mixed of method WyriHaximus\React\Cache\PSR16Adapter::has() is not covariant with return type bool of method Psr\SimpleCache\CacheInterface::has().
|
tests/PSR16AdapterTest.php#L20
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase:
https://github.com/sebastianbergmann/phpunit/issues/4141
|
tests/PSR16AdapterTest.php#L29
Call to deprecated method prophesize() of class WyriHaximus\TestUtilities\TestCase:
https://github.com/sebastianbergmann/phpunit/issues/4141
|
The logs for this run have expired and are no longer available.
Loading