Skip to content

Commit 42a1378

Browse files
Fix tests for legacy phpunit versions
1 parent f7d085e commit 42a1378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface FormInterface extends \ArrayAccess, \Traversable, \Countable
2929
* @throws Exception\LogicException when trying to set a parent for a form with
3030
* an empty name
3131
*/
32-
public function setParent(self $parent = null);
32+
public function setParent(FormInterface $parent = null);
3333

3434
/**
3535
* Returns the parent form.

0 commit comments

Comments
 (0)