Skip to content

Commit a5640d8

Browse files
committed
chore: remove comment
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 19bf3a1 commit a5640d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scoper.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ static function (string $filePath, string $prefix, string $content): string {
7575
if (!str_contains($filePath, 'phpseclib/phpseclib') || !str_ends_with($filePath, '.php')) {
7676
return $content;
7777
}
78-
// Use modified prefix just for this patch.
7978
$s_prefix = str_replace( '\\', '\\\\', $prefix );
8079
$content = str_replace( "'phpseclib3\\\\", "'\\\\" . $s_prefix . '\\\\phpseclib3\\\\', $content );
8180
$content = str_replace( "'\\\\phpseclib3", "'\\\\" . $s_prefix . '\\\\phpseclib3', $content );

0 commit comments

Comments
 (0)