Completed
Push — master ( e193aa...801803 )
by Simonas
08:06
created
src/Aggregation/Matrix/MatrixStatsAggregation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,12 +96,12 @@
 block discarded – undo
96 96
             $out['fields'] = $this->getField();
97 97
         }
98 98
 
99
-        if($this->getMode()) {
99
+        if ($this->getMode()) {
100 100
             $out['mode'] = $this->getMode();
101 101
         }
102 102
 
103 103
 
104
-        if($this->getMissing()) {
104
+        if ($this->getMissing()) {
105 105
             $out['missing'] = $this->getMissing();
106 106
         }
107 107
 
Please login to merge, or discard this patch.