Skip to content

Commit

Permalink
fix: mixed value respaceSpecialGherkinValue
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Dec 12, 2022
1 parent b740209 commit 89c831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/JsonContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ private function checkSchemaFile($filename): void
}
}

public static function reespaceSpecialGherkinValue(mixed $value): string
public static function reespaceSpecialGherkinValue($value): string
{
return str_replace('\\n', "\n", (string) $value);
}
Expand Down

0 comments on commit 89c831e

Please sign in to comment.