Completed
Push — master ( 2b254c...5dbbc5 )
by Lars
16:04
created
src/Arrayy.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1694,11 +1694,11 @@  discard block
 block discarded – undo
1694 1694
             ),
1695 1695
             \COUNT_NORMAL
1696 1696
         )
1697
-               ===
1698
-               \count(
1699
-                   $needles,
1700
-                   \COUNT_NORMAL
1701
-               );
1697
+                ===
1698
+                \count(
1699
+                    $needles,
1700
+                    \COUNT_NORMAL
1701
+                );
1702 1702
     }
1703 1703
 
1704 1704
     /**
@@ -6907,7 +6907,7 @@  discard block
 block discarded – undo
6907 6907
 
6908 6908
             /** @phpstan-ignore-next-line - depends on the $convertAllArrayyElements parameter :/ */
6909 6909
             return $array;
6910
-         }
6910
+          }
6911 6911
 
6912 6912
         return \iterator_to_array($this->getGenerator(), $preserveKeys);
6913 6913
     }
Please login to merge, or discard this patch.