Skip to content

Commit 2f7d5cb

Browse files
lee-togithub-actions[bot]
authored andcommitted
[rector] Rector fixes
1 parent d4d4cad commit 2f7d5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/src/Fields/Fieldset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct(string|Closure|null $label = null, iterable|Closure|
4141

4242
$this->getFields()
4343
->onlyFields()
44-
->map(fn(FieldContract $field) => $field->setParent($this));
44+
->map(fn(FieldContract $field): FieldContract => $field->setParent($this));
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)