Completed
Push — master ( 58de7f...de1433 )
by Nikita
02:30
created
src/Regression/LinearRegression.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
             $this->resultSequence[] = $coordinate;
57 57
         }
58 58
 
59
-        $this->equation = 'y = ' .  round($gradient, 1) .  'x + ' . round($intercept, 1);
59
+        $this->equation = 'y = ' . round($gradient, 1) . 'x + ' . round($intercept, 1);
60 60
 
61 61
         $this->push();
62 62
     }
Please login to merge, or discard this patch.