Completed
Push — elastic_improvements ( 4b13b4...862684 )
by Paweł
08:58
created
src/SWP/Bundle/ElasticSearchBundle/Repository/ArticleRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 
82 82
                 $currentRange = new Range();
83 83
                 $currentRange->addField('publishedAt', [
84
-                    'boost' => (30 - ($i/2)),
84
+                    'boost' => (30 - ($i / 2)),
85 85
                     'gte' => $date->format('Y-m-d')
86 86
                 ]);
87 87
 
Please login to merge, or discard this patch.