diff --git a/src/Symfony/Component/BrowserKit/AbstractBrowser.php b/src/Symfony/Component/BrowserKit/AbstractBrowser.php index 37ab49d0cb7d1..a4c613fb339b2 100644 --- a/src/Symfony/Component/BrowserKit/AbstractBrowser.php +++ b/src/Symfony/Component/BrowserKit/AbstractBrowser.php @@ -309,7 +309,7 @@ public function submit(Form $form, array $values = [], array $serverParameters = * Finds the first form that contains a button with the given content and * uses it to submit the given form field values. * - * @param string $button The text content, id, value or name of the form