We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49d799 commit 32596f3Copy full SHA for 32596f3
Firewall/AnonymousAuthenticationListener.php
@@ -19,6 +19,9 @@
19
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
20
use Symfony\Component\Security\Core\Exception\AuthenticationException;
21
22
+// Help opcache.preload discover always-needed symbols
23
+class_exists(AnonymousToken::class);
24
+
25
/**
26
* AnonymousAuthenticationListener automatically adds a Token if none is
27
* already present.
Firewall/LegacyListenerTrait.php
@@ -15,6 +15,9 @@
15
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
16
use Symfony\Component\HttpKernel\Event\RequestEvent;
17
18
+class_exists(RequestEvent::class);
* @deprecated
*
0 commit comments