Skip to content

Commit bf78d02

Browse files
xabbuhnicolas-grekas
authored andcommitted
fix method signatures
1 parent 4254548 commit bf78d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/DataCollector/FormDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ private function &recursiveBuildPreliminaryFormTree(FormInterface $form, array &
259259
return $output;
260260
}
261261

262-
private function &recursiveBuildFinalFormTree(?FormInterface $form = null, FormView $view, array &$outputByHash)
262+
private function &recursiveBuildFinalFormTree(?FormInterface $form, FormView $view, array &$outputByHash)
263263
{
264264
$viewHash = spl_object_hash($view);
265265
$formHash = null;

0 commit comments

Comments
 (0)