@@ -39,9 +39,9 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | protected $configuration; |
| 41 | 41 | |
| 42 | - /** |
|
| 43 | - * @var string |
|
| 44 | - */ |
|
| 42 | + /** |
|
| 43 | + * @var string |
|
| 44 | + */ |
|
| 45 | 45 | protected $prefix; |
| 46 | 46 | |
| 47 | 47 | /** |
@@ -157,7 +157,7 @@ |
||
| 157 | 157 | */ |
| 158 | 158 | public function __construct($keywords, $solrConfiguration = null) |
| 159 | 159 | { |
| 160 | - $keywords = (string) $keywords; |
|
| 160 | + $keywords = (string)$keywords; |
|
| 161 | 161 | if ($solrConfiguration == null) { |
| 162 | 162 | $this->solrConfiguration = Util::getSolrConfiguration(); |
| 163 | 163 | } else { |
@@ -157,7 +157,7 @@ |
||
| 157 | 157 | */ |
| 158 | 158 | public function __construct($keywords, $solrConfiguration = null) |
| 159 | 159 | { |
| 160 | - $keywords = (string) $keywords; |
|
| 160 | + $keywords = (string)$keywords; |
|
| 161 | 161 | if ($solrConfiguration == null) { |
| 162 | 162 | $this->solrConfiguration = Util::getSolrConfiguration(); |
| 163 | 163 | } else { |