Issue #3229012 by mlncn, wolcen: Fix copy-paste mistake in code comment

(cherry picked from commit 8fd69fcce1)
merge-requests/1123/head
catch 2021-08-20 08:38:56 +01:00
parent 764427c45d
commit 7c4ed97a26
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class FormSubmitter implements FormSubmitterInterface {
protected $requestStack;
/**
* Constructs a new FormValidator.
* Constructs a new FormSubmitter.
*
* @param \Symfony\Component\HttpFoundation\RequestStack $request_stack
* The request stack.