From 262b6c957145dae254252465fadcb6d53436dccd Mon Sep 17 00:00:00 2001 From: David Maus <dmaus@dmaus.name> Date: Mon, 25 Nov 2019 17:52:05 +0100 Subject: [PATCH] Add missing property declaration --- src/HAB/Solr/Command/Search.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/HAB/Solr/Command/Search.php b/src/HAB/Solr/Command/Search.php index a7b7f8d..5bd9c1c 100644 --- a/src/HAB/Solr/Command/Search.php +++ b/src/HAB/Solr/Command/Search.php @@ -53,6 +53,13 @@ class Search implements CommandInterface */ private $query; + /** + * Result. + * + * @var RecordCollection + */ + private $result; + /** * Query builder. * @@ -117,4 +124,4 @@ class Search implements CommandInterface } return $this->query; } -} \ No newline at end of file +} -- GitLab