Skip to content

Commit 294438f

Browse files
committed
[Form] remove obsolete deprecation comments
1 parent ffebfec commit 294438f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Extension/HttpFoundation/EventListener/BindRequestListener.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ public function preBind(FormEvent $event)
4242
return;
4343
}
4444

45-
// Uncomment this as soon as the deprecation note should be shown
46-
// trigger_error('Passing a Request instance to Form::submit() is deprecated since version 2.3 and will be disabled in 3.0. Call Form::process($request) instead.', E_USER_DEPRECATED);
47-
4845
$name = $form->getConfig()->getName();
4946
$default = $form->getConfig()->getCompound() ? array() : null;
5047

0 commit comments

Comments
 (0)