Skip to content

Commit 2493370

Browse files
committed
Add array type in phpdoc
1 parent 1208be8 commit 2493370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Client/Options/ModFiles/ModFilesOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ModFilesOptions
1616
* @param ModLoaderType|null $modLoaderType mod loader type to filter files by
1717
* @param int|null $gameVersionTypeId show only files that are tagged with versions of the given gameVersionTypeId
1818
* @param int|null $olderThanProjectFileId show only files that are older than the given projectFileId
19-
* @param array|null $releaseTypes array of release types to filter files by
19+
* @param ReleaseType[]|null $releaseTypes array of release types to filter files by
2020
* @param PlatformType|null $platformType platform type to filter files by
2121
*/
2222
public function __construct(

0 commit comments

Comments
 (0)