diff --git a/system/Files/FileCollection.php b/system/Files/FileCollection.php index 5b8147480e3b..5ba9a925cc5f 100644 --- a/system/Files/FileCollection.php +++ b/system/Files/FileCollection.php @@ -27,7 +27,7 @@ * filtering, and ordering them. * * @template-implements IteratorAggregate - * @see FileCollectionTest + * @see \CodeIgniter\Files\FileCollectionTest */ class FileCollection implements Countable, IteratorAggregate {