]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/user/class_AccountPasswordMismatchException.php
Continued:
[core.git] / framework / main / exceptions / user / class_AccountPasswordMismatchException.php
index 81c1062b899ec20182f5ac5be3c802d231a49333..e942fe0deb201429b0531284b0af79ec78e0b2f8 100644 (file)
@@ -36,7 +36,7 @@ class AccountPasswordMismatchException extends FrameworkException {
         * @param       $code                           An optional code for better debugging
         * @return      void
         */
-       public function __construct (Filterable $filterInstance, $code) {
+       public function __construct (Filterable $filterInstance, int $code) {
                // Create the message
                $message = sprintf('[%s:%d] Supplied account password did not match with stored.',
                        $filterInstance->__toString(),