diff --git a/system/Files/FileCollection.php b/system/Files/FileCollection.php index 5faa77fc194a..5b8147480e3b 100644 --- a/system/Files/FileCollection.php +++ b/system/Files/FileCollection.php @@ -27,7 +27,7 @@ * filtering, and ordering them. * * @template-implements IteratorAggregate - * @see \CodeIgniter\Files\FileCollectionTest + * @see FileCollectionTest */ class FileCollection implements Countable, IteratorAggregate { @@ -344,8 +344,8 @@ public function retainPattern(string $pattern, ?string $scope = null) * Keeps only the files from the list that match multiple patterns * (within the optional scope). * - * @param array $patterns Array of regex or pseudo-regex strings - * @param string|null $scope A directory to limit the scope + * @param list $patterns Array of regex or pseudo-regex strings + * @param string|null $scope A directory to limit the scope * * @return $this */