Update dependency psr/simple-cache to v3 #122
Annotations
7 errors and 1 warning
Run make psalm:
../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::set with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::set (see https://psalm.dev/042)
|
Run make psalm:
../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::delete with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::delete (see https://psalm.dev/042)
|
Run make psalm:
../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::clear with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::clear (see https://psalm.dev/042)
|
Run make psalm:
../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::setMultiple with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::setMultiple (see https://psalm.dev/042)
|
Run make psalm:
../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::deleteMultiple with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::deleteMultiple (see https://psalm.dev/042)
|
Run make psalm:
../../src/PSR16Adapter.php#L15
../../src/PSR16Adapter.php:15:13: MethodSignatureMismatch: Method WyriHaximus\React\Cache\PSR16Adapter::has with return type '' is different to return type 'bool' of inherited method Psr\SimpleCache\CacheInterface::has (see https://psalm.dev/042)
|
Run make psalm
Process completed with exit code 2.
|
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