diff --git a/docs/how-to-use/running.md b/docs/how-to-use/running.md index ff83d0cf..73d9120f 100644 --- a/docs/how-to-use/running.md +++ b/docs/how-to-use/running.md @@ -217,7 +217,7 @@ return new class extends Action { protected bool $transactions = true; - protected $transactionAttempts = 3; + protected int $transactionAttempts = 3; public function __invoke(): void {