Completed
Pull Request — master (#1)
by Tim
05:57
created
src/FormAuthenticator.php 1 patch
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.