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 1a843d2 commit b3ca345Copy full SHA for b3ca345
Tests/Functional/Bundle/FirewallEntryPointBundle/Security/EntryPointStub.php
@@ -18,7 +18,7 @@
18
19
class EntryPointStub implements AuthenticationEntryPointInterface
20
{
21
- const RESPONSE_TEXT = '2be8e651259189d841a19eecdf37e771e2431741';
+ public const RESPONSE_TEXT = '2be8e651259189d841a19eecdf37e771e2431741';
22
23
public function start(Request $request, AuthenticationException $authException = null): Response
24
0 commit comments