Stash cache from version 0.17.0+ and later require PHP 7+, but there are union type declaration
which is available as of PHP 8.0.0.
This lead to syntax error in PHP 7+ environments!
|
public function gc($maxlifetime) : int|false |
I suggest to use mixed return type and update PHP doc header.