Skip to content

Commit e42fff6

Browse files
committed
GHA
1 parent 1c43332 commit e42fff6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

application/forms/Authentication/ButtonForm.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public function __construct(
2323
string $name,
2424
protected readonly LoginButton $button,
2525
protected readonly ?string $moduleName = null
26-
)
27-
{
26+
) {
2827
$this->defaultAttributes['name'] = $name;
2928
}
3029

library/Icinga/Application/Hook/LoginButton/LoginButton.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function __construct(
2020
public Closure $onClick,
2121
public ValidHtml $content,
2222
public ?Attributes $attributes = null
23-
)
24-
{
23+
) {
2524
}
2625
}

0 commit comments

Comments
 (0)