Completed
Push — develop ( c60de3...4fc294 )
by Susi
05:38
created
Classes/Service/DocumentTypeService.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,8 @@
 block discarded – undo
59 59
                 $index = $this->client->getIndex($this->indexName . '_' . $language);
60 60
                 $this->logger->info('Removing documents of type ' . $this->typeName . ' from index ' . $index);
61 61
                 $index->getType($this->typeName)->deleteByQuery(
62
-                   new Query\MatchAll()
63
-               );
62
+                    new Query\MatchAll()
63
+                );
64 64
                 $index->refresh();
65 65
             }
66 66
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace T3G\Elasticorn\Service;
5 5
 
Please login to merge, or discard this patch.
Classes/Commands/Type/TruncateCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace T3G\Elasticorn\Commands\Type;
5 5
 
Please login to merge, or discard this patch.