]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/file_directory/class_FileIoException.php
Continued:
[core.git] / framework / main / exceptions / file_directory / class_FileIoException.php
index 86cb63f76ffc894ccf2835523c04f062cd39f6b3..a1be8612c89c79744c5864757269f95f372596c7 100644 (file)
@@ -39,7 +39,7 @@ class FileIoException extends FrameworkException {
         * @param       $code   Code number for the exception
         * @return      void
         */
-       public function __construct (SplFileInfo $infoInstance, $code) {
+       public function __construct (SplFileInfo $infoInstance, int $code) {
                // Add a message around the missing class
                $message = sprintf('A problem has been detected reading or writing to/from %s.', $infoInstance->getPathname());