File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 314
314
</fileset >
315
315
</copy >
316
316
317
- <copy file =" ${ basedir } /vendor/symfony/polyfill-ctype/LICENSE" tofile =" ${ basedir } /build/tmp/phar/symfony-polyfill-ctype/LICENSE" />
318
- <copy todir =" ${ basedir } /build/tmp/phar/symfony-polyfill-ctype" >
319
- <fileset dir =" ${ basedir } /vendor/symfony/polyfill-ctype" >
320
- <include name =" **/*.php" />
321
- </fileset >
322
- </copy >
323
-
324
317
<copy file =" ${ basedir } /vendor/theseer/tokenizer/LICENSE" tofile =" ${ basedir } /build/tmp/phar/theseer-tokenizer/LICENSE" />
325
318
<copy todir =" ${ basedir } /build/tmp/phar/theseer-tokenizer" >
326
319
<fileset dir =" ${ basedir } /vendor/theseer/tokenizer/src" >
Original file line number Diff line number Diff line change @@ -2321,7 +2321,6 @@ private function createGlobalStateSnapshot(bool $backupGlobals): Snapshot
2321
2321
$ blacklist ->addClassNamePrefix ('SebastianBergmann\Invoker ' );
2322
2322
$ blacklist ->addClassNamePrefix ('SebastianBergmann\Timer ' );
2323
2323
$ blacklist ->addClassNamePrefix ('PHP_Token ' );
2324
- $ blacklist ->addClassNamePrefix ('Symfony ' );
2325
2324
$ blacklist ->addClassNamePrefix ('Text_Template ' );
2326
2325
$ blacklist ->addClassNamePrefix ('Doctrine\Instantiator ' );
2327
2326
$ blacklist ->addClassNamePrefix ('Prophecy ' );
You can’t perform that action at this time.
0 commit comments