]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/file_directory/class_PathIsNoDirectoryException.php
Continued:
[core.git] / framework / main / exceptions / file_directory / class_PathIsNoDirectoryException.php
index fa9d5f22dd1f66e9a0b61ef52749756306221c23..1aefbeb1ae9b8ab268db5170a4a9ad766887e6c8 100644 (file)
@@ -36,7 +36,7 @@ class PathIsNoDirectoryException 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('Der angegebene Pfad %s ist ungütig (kein Pfad).', $path);