simple-cache icon indicating copy to clipboard operation
simple-cache copied to clipboard

extend cache interface with throwable for v1.x.x

Open Zrnik opened this issue 2 years ago • 0 comments

Hello, can you please release this fix as 1.0.2?

This is a fix for PHP 7.4

Static analysators (PHPStan) returns error for @throws doc that Psr\SimpleCache\InvalidArgumentException is not subtype of Throwable

This issue is already fixed in v2 and v3, but they are also using union types, which breaks PHP 7.4

(unfortunately updating project to 8.0+ is not under my control)

Zrnik avatar Oct 28 '22 15:10 Zrnik