mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
explicitly mark nullable parameters as nullable (#1448)
* explicitly mark nullable parameters as nullable * add job to run tests with PHP 8.4
This commit is contained in:
committed by
GitHub
parent
ed90750c1f
commit
e83b393e09
@@ -348,7 +348,7 @@ class RedisStrategyTest extends PredisTestCase
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
protected function getExpectedCommands(string $type = null): array
|
||||
protected function getExpectedCommands(?string $type = null): array
|
||||
{
|
||||
$commands = [
|
||||
/* commands operating on the key space */
|
||||
|
||||
Reference in New Issue
Block a user