There was an error while loading. Please reload this page.
1 parent 1831bbf commit 309551dCopy full SHA for 309551d
1 file changed
scoper.inc.php
@@ -50,7 +50,7 @@ static function (string $filePath, string $prefix, string $content): string {
50
// Fix ClassLoader in string not being prefixed.
51
if ($filePath === __DIR__ . '/build/vendor/composer/autoload_real.php') {
52
$content = str_replace(
53
- '(\'Composer\Autoload\ClassLoader\' === $class)',
+ '(\'Composer\\\\Autoload\\\\ClassLoader\' === $class)',
54
'(\'RollbarWP\Composer\Autoload\ClassLoader\' === $class)',
55
$content,
56
);
0 commit comments