Skip to content

Commit cfeadb3

Browse files
authored
Merge pull request #7 from bassrock/fix-php56
Removing string typehint
2 parents 3af8c38 + d2be4db commit cfeadb3

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)