Skip to content

Commit c827d42

Browse files
Fix implicitly-required parameters
1 parent d069fbf commit c827d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/DataCollector/FormDataCollector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ private function &recursiveBuildPreliminaryFormTree(FormInterface $form, array &
298298
return $output;
299299
}
300300

301-
private function &recursiveBuildFinalFormTree(?FormInterface $form = null, FormView $view, array &$outputByHash)
301+
private function &recursiveBuildFinalFormTree(?FormInterface $form, FormView $view, array &$outputByHash)
302302
{
303303
$viewHash = spl_object_hash($view);
304304
$formHash = null;

0 commit comments

Comments
 (0)