Completed
Pull Request — master (#1)
by Tim
05:57
created
src/FormAuthenticator.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -481,7 +481,7 @@  discard block
 block discarded – undo
481 481
     /**
482 482
      * Will be invoked when login fails for some reasons.
483 483
      *
484
-     * @param \AppserverIo\Appserver\ServletEngine\Security\RealmInterface $realm           The realm instance containing the exception stack
484
+     * @param RealmInterface $realm           The realm instance containing the exception stack
485 485
      * @param \AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface    $servletRequest  The servlet request instance
486 486
      * @param \AppserverIo\Psr\Servlet\Http\HttpServletResponseInterface   $servletResponse The servlet response instance
487 487
      *
@@ -579,7 +579,7 @@  discard block
 block discarded – undo
579 579
     /**
580 580
      * Returns the parsed password.
581 581
      *
582
-     * @return \AppserverIo\Lang\String The password
582
+     * @return string|null The password
583 583
      */
584 584
     public function getPassword()
585 585
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use AppserverIo\Collections\ArrayList;
25 25
 use AppserverIo\Psr\Auth\RealmInterface;
26 26
 use AppserverIo\Psr\HttpMessage\Protocol;
27
-use AppserverIo\Psr\Security\Auth\Subject;
28 27
 use AppserverIo\Psr\Servlet\ServletException;
29 28
 use AppserverIo\Psr\Security\Utils\Constants;
30 29
 use AppserverIo\Psr\Security\PrincipalInterface;
Please login to merge, or discard this patch.