Skip to content
Snippets Groups Projects
Commit a0c5b05f authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

Merge branch 'LTRocky-fixed2'

parent 06b6d62c
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ class Search ...@@ -42,7 +42,7 @@ class Search
/** /**
* @var string|null * @var string|null
*/ */
private $scrollDuration; private $scroll;
/** /**
* @var array|bool|string * @var array|bool|string
...@@ -589,7 +589,7 @@ class Search ...@@ -589,7 +589,7 @@ class Search
*/ */
public function setScroll($duration = self::SCROLL_DURATION) public function setScroll($duration = self::SCROLL_DURATION)
{ {
$this->scrollDuration = $duration; $this->scroll = $duration;
return $this; return $this;
} }
...@@ -601,7 +601,7 @@ class Search ...@@ -601,7 +601,7 @@ class Search
*/ */
public function getScroll() public function getScroll()
{ {
return $this->scrollDuration; return $this->scroll;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment