File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function add(FormField $field)
46
46
}
47
47
48
48
/**
49
- * Removes a field based on the fully qualifed name and its children from the registry.
49
+ * Removes a field based on the fully qualified name and its children from the registry.
50
50
*/
51
51
public function remove (string $ name )
52
52
{
@@ -63,7 +63,7 @@ public function remove(string $name)
63
63
}
64
64
65
65
/**
66
- * Returns the value of the field based on the fully qualifed name and its children.
66
+ * Returns the value of the field based on the fully qualified name and its children.
67
67
*
68
68
* @return FormField|FormField[]|FormField[][]
69
69
*
Original file line number Diff line number Diff line change @@ -1062,8 +1062,6 @@ public function testChildren()
1062
1062
$ this ->assertTrue (true , '->children() does not trigger a notice if the node has no children ' );
1063
1063
} catch (\PHPUnit \Framework \Error \Notice $ e ) {
1064
1064
$ this ->fail ('->children() does not trigger a notice if the node has no children ' );
1065
- } catch (\PHPUnit \Framework \Error \Notice $ e ) {
1066
- $ this ->fail ('->children() does not trigger a notice if the node has no children ' );
1067
1065
}
1068
1066
}
1069
1067
You can’t perform that action at this time.
0 commit comments