@@ -82,11 +82,11 @@ |
||
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | /** |
| 85 | - * @return callable |
|
| 86 | - */ |
|
| 87 | - public function getProgressBarFactory() |
|
| 88 | - { |
|
| 89 | - return $this->progressBarFactory; |
|
| 90 | - } |
|
| 85 | + * @return callable |
|
| 86 | + */ |
|
| 87 | + public function getProgressBarFactory() |
|
| 88 | + { |
|
| 89 | + return $this->progressBarFactory; |
|
| 90 | + } |
|
| 91 | 91 | |
| 92 | 92 | } |
| 93 | 93 | \ No newline at end of file |
@@ -149,10 +149,10 @@ |
||
| 149 | 149 | } |
| 150 | 150 | |
| 151 | 151 | /** |
| 152 | - * @return SolrClient |
|
| 153 | - * @since 0.27 |
|
| 154 | - */ |
|
| 155 | - protected function getSolrClient() |
|
| 152 | + * @return SolrClient |
|
| 153 | + * @since 0.27 |
|
| 154 | + */ |
|
| 155 | + protected function getSolrClient() |
|
| 156 | 156 | { |
| 157 | 157 | if (!isset($this->solrClient)) { |
| 158 | 158 | $path = $this->solrManager->getOptions()->getJobsPath(); |