From 8ddefb3f85568adeb7a80803ff3c20bff8421236 Mon Sep 17 00:00:00 2001 From: Jorick Pepin Date: Thu, 24 Apr 2025 17:38:00 +0200 Subject: [PATCH] [BrowserKit] Fix doc about `submitForm` behaviour --- src/Symfony/Component/BrowserKit/AbstractBrowser.php | 4 ++-- .../Component/BrowserKit/Tests/AbstractBrowserTest.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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