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 1f3c61f commit 145ef02Copy full SHA for 145ef02
lib/Client/Options/ModSearch/ModSearchOptions.php
@@ -172,10 +172,10 @@ public function getModLoaderType(): ?ModLoaderType
172
}
173
174
/**
175
- * @param int|null $modLoaderType
+ * @param ModLoaderType|null $modLoaderType
176
* @return $this
177
*/
178
- public function setModLoaderType(?int $modLoaderType): static
+ public function setModLoaderType(?ModLoaderType $modLoaderType): static
179
{
180
$this->modLoaderType = $modLoaderType;
181
return $this;
@@ -270,4 +270,4 @@ public function setPageSize(int $pageSize): static
270
$this->pageSize = $pageSize;
271
272
273
-}
+}
0 commit comments