We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cc3a5 commit 5b17e63Copy full SHA for 5b17e63
1 file changed
src/Event/FormHandlerEvent.php
@@ -40,7 +40,7 @@ class FormHandlerEvent extends Event
40
*/
41
private $formRequest;
42
43
- public function __construct(FormHandlerInterface $handler = null, FormInterface $form = null, FormRequest $formRequest = null)
+ public function __construct(?FormHandlerInterface $handler = null, ?FormInterface $form = null, ?FormRequest $formRequest = null)
44
{
45
$this->handler = $handler;
46
$this->form = $form;
0 commit comments