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.
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!
Stash/src/Stash/Session.php
Line 229 in a2c9df1
I suggest to use
mixedreturn type and update PHP doc header.