Skip to content

Commit 99b61fe

Browse files
committed
fix: code style
1 parent 5a44a3a commit 99b61fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Representation/AuthenticationExecutionExport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ public function __construct(
3636
protected ?string $flowAlias = null,
3737
protected ?int $priority = null,
3838
protected ?string $requirement = null,
39-
protected ?bool $userSetupAllowed = null
39+
protected ?bool $userSetupAllowed = null,
4040
) {}
4141
}

0 commit comments

Comments
 (0)