Completed
Push — develop ( b76c1f...3a993b )
by
unknown
10s
created
module/Solr/src/Solr/Controller/ConsoleController.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -82,11 +82,11 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
module/Solr/src/Solr/Listener/JobEventSubscriber.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -149,10 +149,10 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.