Passed
Push — master ( 79545d...728467 )
by Petr
02:28
created
php-src/Traits/TSubPart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     protected function isSubPart(array $what, array $in): bool
19 19
     {
20 20
         $compare = intval(min(count($what), count($in)));
21
-        for ($i = 0; $i<$compare; $i++) {
21
+        for ($i = 0; $i < $compare; $i++) {
22 22
             if ($what[$i] != $in[$i]) {
23 23
                 return false;
24 24
             }
Please login to merge, or discard this patch.