Skip to content

Commit 4c4f779

Browse files
updated CommonConfig.php (#8)
1 parent 0fb08d3 commit 4c4f779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/CommonConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function getMaxWriteAttempts(): int
8686
return $this->maxWriteAttempts;
8787
}
8888

89-
public function setMaxWriteAttempts(float $maxWriteAttempts): self
89+
public function setMaxWriteAttempts(int $maxWriteAttempts): self
9090
{
9191
$this->maxWriteAttempts = $maxWriteAttempts;
9292

0 commit comments

Comments
 (0)