Skip to content

Commit b8fd0ff

Browse files
committed
minor #48007 Fix Typos In Comments 5.4+ (PhilETaylor)
This PR was merged into the 5.4 branch. Discussion ---------- Fix Typos In Comments 5.4+ | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | License | MIT Non complicated, uncontroversial typo fixes in comments only (no PHP code changes) across the codebase in the 5.4 branch while sat on the sofa watching TV. Commits ------- 792c221406 Typos In Comments
2 parents 931bca2 + 75962ad commit b8fd0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FormFieldRegistry.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function add(FormField $field)
4747
}
4848

4949
/**
50-
* Removes a field based on the fully qualifed name and its children from the registry.
50+
* Removes a field based on the fully qualified name and its children from the registry.
5151
*/
5252
public function remove(string $name)
5353
{
@@ -64,7 +64,7 @@ public function remove(string $name)
6464
}
6565

6666
/**
67-
* Returns the value of the field based on the fully qualifed name and its children.
67+
* Returns the value of the field based on the fully qualified name and its children.
6868
*
6969
* @return FormField|FormField[]|FormField[][]
7070
*

0 commit comments

Comments
 (0)