Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Mar 8, 2024
1 parent 765468f commit 0d61749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TransientCleaner.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function set_stored_transients($value) : TransientCleaner
*
* @return array|bool New value
*/
public function merge_stored_transients_option_values($value, $old_value, $option)
public function merge_stored_transients_option_values($value, $old_value, ?string $option = '')
{
// Return `$value` if no previous value.
if (false === $old_value) {
Expand Down

0 comments on commit 0d61749

Please sign in to comment.