Skip to content

Commit 4ed6ad5

Browse files
authored
Merge pull request #78 from grossmannmartin/patch-1
fixed type incompatibility in Webdriver
2 parents baa18b7 + a44a1d4 commit 4ed6ad5

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
@@ -2628,7 +2628,7 @@ public function wait($timeout)
26282628
* Try not to use this command on a regular basis.
26292629
* If Codeception lacks a feature you need, please implement it and submit a patch.
26302630
*
2631-
* @param callable $function
2631+
* @param \Closure $function
26322632
*/
26332633
public function executeInSelenium(\Closure $function)
26342634
{

0 commit comments

Comments
 (0)