Skip to content

Commit

Permalink
INT-19075: PHPUnit 8.1 fix Passing null to parameter of type X is dep…
Browse files Browse the repository at this point in the history
…recation
  • Loading branch information
danielcifuentesopen committed Jul 6, 2023
1 parent 6b1a659 commit d1d811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/lock/redis_lock_factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,6 @@ protected function get_lock_value() {
return http_build_query(array(
'hostname' => $this->get_hostname(),
'processid' => getmypid(),
), null, '&');
), '', '&');
}
}

0 comments on commit d1d811a

Please sign in to comment.