File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ final class StaticEasyPrefixer
99 /**
1010 * @var string[]
1111 */
12- public const EXCLUDED_CLASSES = [
12+ final public const EXCLUDED_CLASSES = [
1313 // part of public interface of configs.php
1414 'Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator ' ,
1515 // for SmartFileInfo
Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ final class ScoperOption
1212 /**
1313 * @var string
1414 */
15- public const FINDERS = 'finders ' ;
15+ final public const FINDERS = 'finders ' ;
1616
1717 /**
1818 * @var string
1919 */
20- public const PATCHERS = 'patchers ' ;
20+ final public const PATCHERS = 'patchers ' ;
2121
2222 /**
2323 * @var string
2424 */
25- public const WHITELIST = 'whitelist ' ;
25+ final public const WHITELIST = 'whitelist ' ;
2626
2727 /**
2828 * @var string
2929 */
30- public const FILES_WHITELIST = 'files-whitelist ' ;
30+ final public const FILES_WHITELIST = 'files-whitelist ' ;
3131
3232 /**
3333 * @var string
3434 */
35- public const PREFIX = 'prefix ' ;
35+ final public const PREFIX = 'prefix ' ;
3636}
You can’t perform that action at this time.
0 commit comments