We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaab8b4 commit efa688aCopy full SHA for efa688a
1 file changed
scoper.inc.php
@@ -63,7 +63,7 @@ static function (string $filePath, string $prefix, string $content) use ($isRena
63
return $content;
64
}
65
66
- // Fix the string reference of a scoped dependency in the Math lib
+ // Fix the string reference of a scoped dependency in the AbstractAnnotation class
67
$escapedPrefix = str_replace('\\', '\\\\', $prefix);
68
if ($filePath === __DIR__ . '/vendor/zircote/swagger-php/src/Annotations/AbstractAnnotation.php') {
69
$content = str_replace(
0 commit comments