We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb08d3 commit 4c4f779Copy full SHA for 4c4f779
src/Config/CommonConfig.php
@@ -86,7 +86,7 @@ public function getMaxWriteAttempts(): int
86
return $this->maxWriteAttempts;
87
}
88
89
- public function setMaxWriteAttempts(float $maxWriteAttempts): self
+ public function setMaxWriteAttempts(int $maxWriteAttempts): self
90
{
91
$this->maxWriteAttempts = $maxWriteAttempts;
92
0 commit comments