diff --git a/src/Symfony/Component/BrowserKit/Tests/ClassThatInheritClient.php b/src/Symfony/Component/BrowserKit/Tests/ClassThatInheritClient.php index 9f6a55ae9d..9b44547204 100644 --- a/src/Symfony/Component/BrowserKit/Tests/ClassThatInheritClient.php +++ b/src/Symfony/Component/BrowserKit/Tests/ClassThatInheritClient.php @@ -37,7 +37,10 @@ class ClassThatInheritClient extends AbstractBrowser return $response; } - public function submit(DomCrawlerForm $form, array $values = []): Crawler + /** + * @param array $serverParameters + */ + public function submit(DomCrawlerForm $form, array $values = []/*, array $serverParameters = []*/): Crawler { return parent::submit($form, $values); }