Skip to content

Commit d1d811a

Browse files
INT-19075: PHPUnit 8.1 fix Passing null to parameter of type X is deprecation
1 parent 6b1a659 commit d1d811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/lock/redis_lock_factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,6 @@ protected function get_lock_value() {
424424
return http_build_query(array(
425425
'hostname' => $this->get_hostname(),
426426
'processid' => getmypid(),
427-
), null, '&');
427+
), '', '&');
428428
}
429429
}

0 commit comments

Comments
 (0)