]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/helper/class_InvalidFormNameException.php
Continued:
[core.git] / framework / main / exceptions / helper / class_InvalidFormNameException.php
index d87676a1798041f88b0c96f3d899d776ba4359d6..687c350f4387cbe8976bc40cb3dc46204a3f8147 100644 (file)
@@ -37,7 +37,7 @@ class InvalidFormNameException extends FrameworkException {
         * @param       $code                           Code number for the exception
         * @return      void
         */
-       public function __construct (BaseHelper $helperInstance, $code) {
+       public function __construct (BaseHelper $helperInstance, int $code) {
                // Add a message around the missing class
                $message = sprintf('[%s:%d] Form name not set.',
                        $helperInstance->__toString(),