Skip to content
Snippets Groups Projects
Commit 9afa352c authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent c9e7850e
Branches issue/24887
Tags instance/fid_adlr/alpha/24887
No related merge requests found
...@@ -303,7 +303,8 @@ class ChoiceAuth extends AbstractBase ...@@ -303,7 +303,8 @@ class ChoiceAuth extends AbstractBase
* @throws AuthException * @throws AuthException
* @return mixed * @return mixed
*/ */
protected function proxyUserLoad($request, $method, $params) { protected function proxyUserLoad($request, $method, $params)
{
$this->setStrategyFromRequest($request); $this->setStrategyFromRequest($request);
$user = $this->proxyAuthMethod($method, $params); $user = $this->proxyAuthMethod($method, $params);
if (!$user) { if (!$user) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment