Update dependency psr/simple-cache to v3 #134
Annotations
10 errors and 1 warning
Run make stan:
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().
|
Run make stan:
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().
|
Run make stan:
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().
|
Run make stan:
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().
|
Run make stan:
src/PSR16Adapter.php#L80
No error to ignore is reported on line 80.
|
Run make stan:
src/PSR16Adapter.php#L83
Parameter #1 $iterable of function BenTools\IterableFunctions\iterable_to_array expects iterable<(int|string), string>, iterable<string> given.
|
Run make stan:
src/PSR16Adapter.php#L83
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
|
Run make stan:
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().
|
Run make stan:
src/PSR16Adapter.php#L97
Unable to resolve the template type TKey in call to function BenTools\IterableFunctions\iterable_to_array
|
Run make stan:
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().
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading