]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/io/directory/class_FrameworkDirectory.php
Continued:
[core.git] / framework / main / interfaces / io / directory / class_FrameworkDirectory.php
index 6b270bd75515963ed1e8b9b8d31ea9c9dbfdfacf..a87ba801f150df614d9cafd7b7e202985028e976 100644 (file)
@@ -39,7 +39,7 @@ interface FrameworkDirectory extends FrameworkInterface {
         * Read lines from the current directory pointer except some parts
         *
         * @param       $except         Some parts of a directory we want to ignore. Valid: directory and file names, other values will be silently ignored
-        * @return      string          Directory and/or file names read from the current directory pointer
+        * @return      SplFileInfo             An instance of a SplFileInfo class
         */
        function readDirectoryExcept (array $except = array());