We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98f783 commit b71d589Copy full SHA for b71d589
src/Symfony/Component/Form/Form.php
@@ -89,7 +89,7 @@ class Form implements \IteratorAggregate, FormInterface
89
private $submitted = false;
90
91
/**
92
- * @var ClickableInterface|null The button that was used to submit the form
+ * @var FormInterface|ClickableInterface|null The button that was used to submit the form
93
*/
94
private $clickedButton;
95
@@ -749,7 +749,7 @@ public function isValid()
749
750
* Returns the button that was used to submit the form.
751
*
752
- * @return ClickableInterface|null
+ * @return FormInterface|ClickableInterface|null
753
754
public function getClickedButton()
755
{
0 commit comments