File tree 2 files changed +2
-2
lines changed
src/Symfony/Bundle/SecurityBundle
Tests/Functional/Bundle/JsonLoginBundle/Controller
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 150
150
<argument /> <!-- Provider-shared Key -->
151
151
<argument type =" service" id =" security.authentication.success_handler" />
152
152
<argument type =" service" id =" security.authentication.failure_handler" />
153
- <argument type =" collection" />
153
+ <argument type =" collection" /> <!-- Options -->
154
154
<argument type =" service" id =" logger" on-invalid =" null" />
155
155
<argument type =" service" id =" event_dispatcher" on-invalid =" null" />
156
156
<argument type =" service" id =" property_accessor" on-invalid =" null" />
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ class TestController
18
18
{
19
19
public function loginCheckAction ()
20
20
{
21
- throw new \RuntimeException (' loginAction() should never be called. ' );
21
+ throw new \RuntimeException (sprintf ( ' %s should never be called. ', __FUNCTION__ ) );
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments