diff --git a/src/Codeception/Module/WebDriver.php b/src/Codeception/Module/WebDriver.php index d6a0451..eaff6c1 100644 --- a/src/Codeception/Module/WebDriver.php +++ b/src/Codeception/Module/WebDriver.php @@ -2628,7 +2628,7 @@ public function wait($timeout) * Try not to use this command on a regular basis. * If Codeception lacks a feature you need, please implement it and submit a patch. * - * @param callable $function + * @param \Closure $function */ public function executeInSelenium(\Closure $function) {