Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 24, 2023
1 parent d26e70a commit 1dee638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestClasses/FakeCacheCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function replyWith(Closure $closure): self
return $this;
}

public function canWriteValuesToCache(string $driver): bool
public function canWriteValuesToCache(?string $driver): bool
{
return ($this->closure)();
}
Expand Down

0 comments on commit 1dee638

Please sign in to comment.