Skip to content

Commit 89c831e

Browse files
committed
fix: mixed value respaceSpecialGherkinValue
1 parent b740209 commit 89c831e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/JsonContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ private function checkSchemaFile($filename): void
421421
}
422422
}
423423

424-
public static function reespaceSpecialGherkinValue(mixed $value): string
424+
public static function reespaceSpecialGherkinValue($value): string
425425
{
426426
return str_replace('\\n', "\n", (string) $value);
427427
}

0 commit comments

Comments
 (0)