Skip to content

Commit 95caa3b

Browse files
committed
fix: revert wrong file remove
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 5d89aef commit 95caa3b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Vendor/.gitkeep

Whitespace-only changes.

scoper.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static function (string $filePath, string $prefix, string $content): string {
8686
return $content;
8787
}
8888
$s_prefix = str_replace('\\', '\\\\', $prefix);
89-
$content = str_replace("'\\Smalot\\PdfParser", "'\\\\" . $s_prefix . '\\\\Smalot\\\\PdfParser\\\\', $content);
89+
$content = str_replace("'\\\\Smalot\\\\PdfParser", "'\\\\" . $s_prefix . '\\\\Smalot\\\\PdfParser', $content);
9090
return $content;
9191
},
9292
],

0 commit comments

Comments
 (0)