X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Fhelper%2Fclass_InvalidFormNameException.php;h=ec0eba946ca9a9796513f8760d89f66bf06c5a25;hb=027c5659e968546a21be37e70d700c7e14cba993;hp=851f2ce8b065c54eb8776803cc233d8944daf4fe;hpb=78a010fef84895720e796842208f01dfb619c332;p=core.git diff --git a/framework/main/exceptions/helper/class_InvalidFormNameException.php b/framework/main/exceptions/helper/class_InvalidFormNameException.php index 851f2ce8..ec0eba94 100644 --- a/framework/main/exceptions/helper/class_InvalidFormNameException.php +++ b/framework/main/exceptions/helper/class_InvalidFormNameException.php @@ -1,16 +1,17 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @deprecated Don't use this anymore @@ -36,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(),