Completed
Push — 2.x ( f5bd0f...2f24ba )
by Jindřich
03:05
created
Security/Authentication/UserLoader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
 
46
+    /**
47
+     * @param \Symfony\Component\Security\Core\User\UserProviderInterface $userProvider
48
+     */
46 49
     public function loadUser($personId, $userProvider)
47 50
     {
48 51
         if (!$this->enableConnector) {
Please login to merge, or discard this patch.