Skip to content

Commit

Permalink
Merge pull request #7 from bassrock/fix-php56
Browse files Browse the repository at this point in the history
Removing string typehint
  • Loading branch information
Naktibalda authored Mar 6, 2020
2 parents 3af8c38 + d2be4db commit cfeadb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Module/WebDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -3414,7 +3414,7 @@ protected function disableImplicitWait()
*
* @return string Converted string
*/
private static function xpathLiteral(string $s)
private static function xpathLiteral($s)
{
if (false === strpos($s, "'")) {
return sprintf("'%s'", $s);
Expand Down

0 comments on commit cfeadb3

Please sign in to comment.