Skip to content

Commit 67f52d6

Browse files
pressKey: Fixing typehint (#141)
1 parent 551d214 commit 67f52d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3164,7 +3164,7 @@ protected function matchFirstOrFail(WebDriverSearchContext $page, $selector): We
31643164
* ```
31653165
*
31663166
* @param string|array|WebDriverBy $element
3167-
* @param string|array<string, string> $chars Can be char or array with modifier. You can provide several chars.
3167+
* @param string|list<string> $chars Can be char or array with modifier. You can provide several chars.
31683168
* @throws ElementNotFound
31693169
*/
31703170
public function pressKey($element, ...$chars): void

0 commit comments

Comments
 (0)