We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1208be8 commit 2493370Copy full SHA for 2493370
lib/Client/Options/ModFiles/ModFilesOptions.php
@@ -16,7 +16,7 @@ class ModFilesOptions
16
* @param ModLoaderType|null $modLoaderType mod loader type to filter files by
17
* @param int|null $gameVersionTypeId show only files that are tagged with versions of the given gameVersionTypeId
18
* @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
+ * @param ReleaseType[]|null $releaseTypes array of release types to filter files by
20
* @param PlatformType|null $platformType platform type to filter files by
21
*/
22
public function __construct(
0 commit comments