Skip to content

Commit 6490c6f

Browse files
typos
1 parent 63ace50 commit 6490c6f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/ClassThatInheritClient.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ protected function doRequest($request): Response
3737
return $response;
3838
}
3939

40-
public function submit(DomCrawlerForm $form, array $values = []): Crawler
40+
/**
41+
* @param array $serverParameters
42+
*/
43+
public function submit(DomCrawlerForm $form, array $values = []/*, array $serverParameters = []*/): Crawler
4144
{
4245
return parent::submit($form, $values);
4346
}

0 commit comments

Comments
 (0)