Completed
Push — master ( 3c2946...a02234 )
by Juuso
03:31
created
src/AlgoliaComponent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     public function bootstrap($app)
44 44
     {
45 45
         Yii::$container->set(AlgoliaManager::class, function () {
46
-             return $this->createManager();
46
+                return $this->createManager();
47 47
         });
48 48
     }
49 49
 
Please login to merge, or discard this patch.
src/AlgoliaManager.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,6 @@
 block discarded – undo
191 191
 
192 192
     /**
193 193
      * Dynamically pass methods to the Algolia Client.
194
-
195 194
      * @param string $method
196 195
      * @param array  $parameters
197 196
      *
Please login to merge, or discard this patch.