diff --git a/Scripts/FileList.php b/Scripts/FileList.php index e725780..4ecb262 100644 --- a/Scripts/FileList.php +++ b/Scripts/FileList.php @@ -47,7 +47,7 @@ class FileList /** * Regex iterator. * - * @var \RegexIterator + * @var \RegexIterator> */ protected $fileIterator; @@ -85,7 +85,7 @@ public function __construct($directory, $rootPath = '', $filter = '') /** * Retrieve the filtered file list iterator. * - * @return \RegexIterator + * @return \RegexIterator> */ public function getIterator() {