File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 88$ timestamp = $ nowDateTime ->format ('Ym ' );
99
1010// @see https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md
11- use Nette \Utils \Strings ;
1211
1312// see https://github.com/humbug/php-scoper
1413return [
1514 'prefix ' => 'Behastan ' . $ timestamp ,
1615 'expose-constants ' => ['#^SYMFONY\_[\p{L}_]+$# ' ],
1716 'exclude-classes ' => [\Symfony \Component \Finder \SplFileInfo::class],
18- 'exclude-namespaces ' => [
19- '#^Behastan \\\\# ' ,
20- '#^Symfony \\\\Polyfill# '
21- ],
17+ 'exclude-namespaces ' => ['#^Behastan \\\\# ' , '#^Symfony \\\\Polyfill# ' ],
2218 'exclude-files ' => [
2319 // do not prefix "trigger_deprecation" from symfony - https://github.com/symfony/symfony/commit/0032b2a2893d3be592d4312b7b098fb9d71aca03
2420 // these paths are relative to this file location, so it should be in the root directory
You can’t perform that action at this time.
0 commit comments