Skip to content

Commit d2be4db

Browse files
authored
Removing string typehint
1 parent 3af8c38 commit d2be4db

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
@@ -3414,7 +3414,7 @@ protected function disableImplicitWait()
34143414
*
34153415
* @return string Converted string
34163416
*/
3417-
private static function xpathLiteral(string $s)
3417+
private static function xpathLiteral($s)
34183418
{
34193419
if (false === strpos($s, "'")) {
34203420
return sprintf("'%s'", $s);

0 commit comments

Comments
 (0)