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 291c1e9 commit 75962adCopy full SHA for 75962ad
FormFieldRegistry.php
@@ -47,7 +47,7 @@ public function add(FormField $field)
47
}
48
49
/**
50
- * Removes a field based on the fully qualifed name and its children from the registry.
+ * Removes a field based on the fully qualified name and its children from the registry.
51
*/
52
public function remove(string $name)
53
{
@@ -64,7 +64,7 @@ public function remove(string $name)
64
65
66
67
- * Returns the value of the field based on the fully qualifed name and its children.
+ * Returns the value of the field based on the fully qualified name and its children.
68
*
69
* @return FormField|FormField[]|FormField[][]
70
0 commit comments