Skip to content

Commit

Permalink
scope only for symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 5, 2021
1 parent 49bde94 commit ff1d2a7
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 @@ -116,7 +116,7 @@ function (string $filePath, string $prefix, string $content): string {
// unprefixed ContainerConfigurator
function (string $filePath, string $prefix, string $content): string {
// keep vendor prefixed the prefixed file loading; not part of public API
if (str_contains($filePath, 'vendor') || ! str_contains($filePath, 'config')) {
if (str_contains($filePath, 'vendor/symfony')) {
return $content;
}

Expand Down

0 comments on commit ff1d2a7

Please sign in to comment.