Skip to content

Commit e02c839

Browse files
Update docs
1 parent ced5923 commit e02c839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to-use/running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ return new class extends Action
217217
{
218218
protected bool $transactions = true;
219219

220-
protected $transactionAttempts = 3;
220+
protected int $transactionAttempts = 3;
221221

222222
public function __invoke(): void
223223
{

0 commit comments

Comments
 (0)