@@ -18,7 +18,7 @@ |
||
| 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 | } |