Skip to content

Commit

Permalink
double slash
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Feb 22, 2022
1 parent babf1be commit b472f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function (string $filePath, string $prefix, string $content): string {

return Strings::replace(
$content,
'#' . $prefix . '\\\\_1\\\\_2$#',
'#' . $prefix . '\\\\\\\\_1\\\\\\\\_2$#',
'\1_\2_'
);
},
Expand Down

0 comments on commit b472f5a

Please sign in to comment.