8000 bug #42377 [HttpKernel] Remove preloading legacy event dispatcher (Os… · symfony/symfony@094233f · GitHub
[go: up one dir, main page]

Skip to content

Commit 094233f

Browse files
committed
bug #42377 [HttpKernel] Remove preloading legacy event dispatcher (OskarStark)
This PR was merged into the 5.3 branch. Discussion ---------- [HttpKernel] Remove preloading legacy event dispatcher | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #42366 | License | MIT | Doc PR | -- cc `@UlrichThomasGabor` Commits ------- da4345e Remove preloading of unused class
2 parents 3928a45 + da4345e commit 094233f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/HttpKernel/HttpKernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
3434

3535
// Help opcache.preload discover always-needed symbols
36-
class_exists(LegacyEventDispatcherProxy::class);
3736
class_exists(ControllerArgumentsEvent::class);
3837
class_exists(ControllerEvent::class);
3938
class_exists(ExceptionEvent::class);

0 commit comments

Comments
 (0)
0