Skip to content

Commit

Permalink
slash
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Apr 22, 2021
1 parent 60195c9 commit 449118b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function (string $filePath, string $prefix, string $content): string {
// un-prefix
return Strings::replace(
$content,
'#' . $prefix . '\\\\Symplify\\PackageBuilder\\\\Testing\\\\AbstractKernelTestCase#',
'#' . $prefix . '\\\\Symplify\\\\PackageBuilder\\\\Testing\\\\AbstractKernelTestCase#',
'Symplify\PackageBuilder\Testing\AbstractKernelTestCase'
);
},
Expand Down

0 comments on commit 449118b

Please sign in to comment.