X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Ffile_directory%2Fclass_DirPointerNotOpenedException.php;h=dcdb3e58c8132960f5cc444e30d4a662b3efb25b;hb=498e6b065ce47804bff4e1073592a2cc8e28f8ef;hp=cbafa2dbcc5cac78d807babb5b853e651c854997;hpb=adcdfc000eba8fac128786adcb8cb480085e7e76;p=core.git diff --git a/framework/main/exceptions/file_directory/class_DirPointerNotOpenedException.php b/framework/main/exceptions/file_directory/class_DirPointerNotOpenedException.php index cbafa2db..dcdb3e58 100644 --- a/framework/main/exceptions/file_directory/class_DirPointerNotOpenedException.php +++ b/framework/main/exceptions/file_directory/class_DirPointerNotOpenedException.php @@ -35,7 +35,7 @@ class DirPointerNotOpenedException extends FrameworkException { * @param $code Code number for the exception * @return void */ - public function __construct ($path, $code) { + public function __construct (string $path, int $code) { // Add a message around the missing class $message = sprintf('No pointer could be initialized for path "%s".', $path);