We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d4cad commit 2f7d5cbCopy full SHA for 2f7d5cb
src/UI/src/Fields/Fieldset.php
@@ -41,7 +41,7 @@ public function __construct(string|Closure|null $label = null, iterable|Closure|
41
42
$this->getFields()
43
->onlyFields()
44
- ->map(fn(FieldContract $field) => $field->setParent($this));
+ ->map(fn(FieldContract $field): FieldContract => $field->setParent($this));
45
}
46
47
/**
0 commit comments