X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Flanguage%2Fclass_InvalidLanguagePathStringException.php;h=fc49eeb6ba7c608d3779bf53e91754a044a5cbfa;hp=36c93051570de74954c5c9aeb853a11e641293cb;hb=498e6b065ce47804bff4e1073592a2cc8e28f8ef;hpb=8a70226bd287a3f13b27932e2ec88d16c51c7e39 diff --git a/framework/main/exceptions/language/class_InvalidLanguagePathStringException.php b/framework/main/exceptions/language/class_InvalidLanguagePathStringException.php index 36c93051..fc49eeb6 100644 --- a/framework/main/exceptions/language/class_InvalidLanguagePathStringException.php +++ b/framework/main/exceptions/language/class_InvalidLanguagePathStringException.php @@ -36,7 +36,7 @@ class InvalidLanguagePathStringException extends FrameworkException { * @param $code Code number for the exception * @return void */ - public function __construct (array $classArray, $code) { + public function __construct (array $classArray, int $code) { // Add a message around the missing class $message = sprintf('[%s:%d] %s is not a string with path.', $classArray[0]->__toString(),