X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Finterfaces%2Fio%2Fdirectory%2Fclass_FrameworkDirectory.php;h=a26a45916d83d05ea3753dde2e9549c977dda644;hb=498e6b065ce47804bff4e1073592a2cc8e28f8ef;hp=17860e303ff7828650d349da6869feb38c638ac7;hpb=78a010fef84895720e796842208f01dfb619c332;p=core.git diff --git a/framework/main/interfaces/io/directory/class_FrameworkDirectory.php b/framework/main/interfaces/io/directory/class_FrameworkDirectory.php index 17860e30..a26a4591 100644 --- a/framework/main/interfaces/io/directory/class_FrameworkDirectory.php +++ b/framework/main/interfaces/io/directory/class_FrameworkDirectory.php @@ -1,16 +1,16 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -39,9 +39,9 @@ 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()); + function readDirectoryExcept (array $except = []); /** * Close a directory source and set it's instance to null and the path name