Passed
Pull Request — master (#429)
by
unknown
03:47
created
src/Clustering/KMeans/Cluster.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     {
51 51
         return [
52 52
             'centroid' => parent::toArray(),
53
-            'points' => array_map(function ($point) {
53
+            'points' => array_map(function($point) {
54 54
                 return $point->toArray();
55 55
             }, $this->getPoints()),
56 56
         ];
Please login to merge, or discard this patch.