Completed
Push — master ( 8d67c5...699f95 )
by Juuso
04:46
created
src/AlgoliaManager.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,9 +39,9 @@
 block discarded – undo
39 39
 class AlgoliaManager
40 40
 {
41 41
     /**
42
-      * Size for the chunks used in reindexing methods.
43
-      */
44
-     const CHUNK_SIZE = 500;
42
+     * Size for the chunks used in reindexing methods.
43
+     */
44
+        const CHUNK_SIZE = 500;
45 45
 
46 46
     /**
47 47
      * @var AlgoliaFactory
Please login to merge, or discard this patch.