Skip to content

Commit

Permalink
keep unprefixed
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 13, 2021
1 parent 405e0c8 commit 848361f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/compiler/src/PhpScoper/StaticEasyPrefixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ final class StaticEasyPrefixer
*/
public const EXCLUDED_CLASSES = [
// part of public interface of configs.php
'Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator',
// 'Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator',
// this is not prefixed on few places by php-scoper by default, probably some bug
'Doctrine\Inflector\Inflector',
// for SmartFileInfo
'Symplify\SmartFileSystem\SmartFileInfo',
// for ComposerJson because it is part of the public API. I.e. ComposerRectorInterface
'Symplify\ComposerJsonManipulator\ValueObject\ComposerJson',
'Symplify\ComposerJsonManipulator\ComposerJsonFactory',
];

/**
Expand Down

0 comments on commit 848361f

Please sign in to comment.