File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
__DIR__ . '/vendor/symfony/polyfill-intl-normalizer ' ,
16
16
__DIR__ . '/vendor/symfony/polyfill-intl-grapheme ' ,
17
17
]) as $ file ) {
18
- if ($ file ->getPathName () === '../../vendor/jetbrains/phpstorm-stubs/PhpStormStubsMap.php ' ) {
19
- continue ;
20
- }
21
18
$ stubs [] = $ file ->getPathName ();
22
19
}
23
20
62
59
//
63
60
// Fore more see https://github.com/humbug/php-scoper#whitelist
64
61
'whitelist ' => [
65
- \ComposerUnused \ComposerUnused \Configuration \Configuration::class,
66
62
\Webmozart \Glob \Glob::class,
67
63
'Symfony\Polyfill\Php80\* ' ,
68
64
'Symfony\Polyfill\Mbstring\* ' ,
69
65
'Symfony\Polyfill\Intl\Normalizer\* ' ,
70
66
'Symfony\Polyfill\Intl\Grapheme\* ' ,
71
67
],
68
+ 'exclude-namespaces ' => [
69
+ #'ComposerUnused\ComposerUnused\Configuration'
70
+ ],
72
71
'expose-namespaces ' => [
73
- 'Symfony\Polyfill\* '
72
+ 'Symfony\Polyfill ' ,
73
+ 'ComposerUnused\ComposerUnused\Configuration '
74
74
]
75
75
];
You can’t perform that action at this time.
0 commit comments