Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit d7192d0

Browse files
author
Jefersson Nathan
committed
Fieldset#get(): Update return type options
Signed-off-by: Jefersson Nathan <[email protected]>
1 parent 4419eef commit d7192d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fieldset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public function has($elementOrFieldset)
211211
* Retrieve a named element or fieldset
212212
*
213213
* @param string $elementOrFieldset
214-
* @return ElementInterface
214+
* @return ElementInterface|FieldsetInterface
215215
*/
216216
public function get($elementOrFieldset)
217217
{

0 commit comments

Comments
 (0)