]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/file_directory/class_FileNotFoundException.php
Continued:
[core.git] / framework / main / exceptions / file_directory / class_FileNotFoundException.php
index 1db8b70a6a1298d3361747505a278ed09a40b312..0658298f054230e853ae9995fbf42bcdd6182e17 100644 (file)
@@ -38,7 +38,7 @@ class FileNotFoundException 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('File "%s" not found.', $infoInstance->getPathname());