Skip to content

Commit efa688a

Browse files
committed
Fixed copy/pasted comment
1 parent eaab8b4 commit efa688a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scoper.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static function (string $filePath, string $prefix, string $content) use ($isRena
6363
return $content;
6464
}
6565

66-
// Fix the string reference of a scoped dependency in the Math lib
66+
// Fix the string reference of a scoped dependency in the AbstractAnnotation class
6767
$escapedPrefix = str_replace('\\', '\\\\', $prefix);
6868
if ($filePath === __DIR__ . '/vendor/zircote/swagger-php/src/Annotations/AbstractAnnotation.php') {
6969
$content = str_replace(

0 commit comments

Comments
 (0)