Passed
Pull Request — master (#235)
by Arkadiusz
02:35
created
src/Clustering/KMeans/Space.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Phpml\Clustering\KMeans;
6 6
 
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      */
76 76
     public function getBoundaries()
77 77
     {
78
-        if (count($this)===0) {
78
+        if (count($this) === 0) {
79 79
             return false;
80 80
         }
81 81
 
Please login to merge, or discard this patch.