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 71876a7 commit 323d508Copy full SHA for 323d508
src/Search.php
@@ -458,15 +458,15 @@ public function getSuggests()
458
}
459
460
/**
461
- * @return int
+ * @return null|int
462
*/
463
public function getFrom()
464
{
465
return $this->from;
466
467
468
469
- * @param int $from
+ * @param null|int $from
470
*
471
* @return $this
472
@@ -498,15 +498,15 @@ public function setTrackTotalHits(bool $trackTotalHits)
498
499
500
501
502
503
public function getSize()
504
505
return $this->size;
506
507
508
509
- * @param int $size
+ * @param null|int $size
510
511
512
0 commit comments