Passed
Pull Request — master (#38)
by Yasunori
01:49
created
src/Math/Correlation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
             $concordant_count = 0;
143 143
             $discordant_count = 0;
144 144
 
145
-            for ($j = $i+1; $j < $df->getIndex(); $j++) {
145
+            for ($j = $i + 1; $j < $df->getIndex(); $j++) {
146 146
 
147 147
                 if ($df->{$xColumn}->get($i) < $df->{$xColumn}->get($j)) {
148 148
 
Please login to merge, or discard this patch.