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:
Christian Flothmann
2024-04-30 21:14:13 +02:00
committed by GitHub
parent ed90750c1f
commit e83b393e09
28 changed files with 89 additions and 88 deletions
+1 -1
View File
@@ -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 */