Skip to content

Commit 29652ec

Browse files
lam0819github-actions[bot]
authored andcommitted
Fix styling
1 parent d016bad commit 29652ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Exceptions/InvalidWorkflowDefinitionException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ public static function invalidRetryAttempts(int $attempts): static
153153
public static function invalidTimeout(mixed $timeout): static
154154
{
155155
$timeoutStr = $timeout === null ? 'null' : (string) $timeout;
156+
156157
return new self(
157158
message: "Invalid timeout: {$timeoutStr}. Timeout must be a positive integer, valid time string (e.g., '30s', '5m'), or null.",
158159
definition: ['provided_timeout' => $timeout],

0 commit comments

Comments
 (0)