Skip to content

Commit

Permalink
fix: FileCollection.php AddSeeTestAnnotationRector
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berkman <[email protected]>
  • Loading branch information
christianberkman committed Jun 12, 2024
1 parent 8c6d7e5 commit 13b8a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Files/FileCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* filtering, and ordering them.
*
* @template-implements IteratorAggregate<int, File>
* @see FileCollectionTest
* @see \CodeIgniter\Files\FileCollectionTest
*/
class FileCollection implements Countable, IteratorAggregate
{
Expand Down

0 comments on commit 13b8a54

Please sign in to comment.