Skip to content

Commit aaea6ca

Browse files
committedNov 5, 2021
spacing
1 parent 673ae8b commit aaea6ca

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed
 

‎src/Rest.php

+2-10
Original file line numberDiff line numberDiff line change
@@ -1650,16 +1650,8 @@ protected static function remove(array &$remove, array $argv, array $primary = n
16501650
}
16511651

16521652
/** @noinspection SlowArrayOperationsInLoopInspection */
1653-
$argv = array_merge($argv, $primary ?? []); // todo - this is a good point. were looping and running and array merge..
1654-
1655-
1656-
1657-
1658-
1659-
1660-
1661-
1662-
1653+
$argv = array_merge($argv, $primary ?? []);
1654+
// todo - this is a good point. were looping and running and array merge..
16631655

16641656
} elseif (is_string(static::PRIMARY) && !$emptyPrimary) {
16651657

0 commit comments

Comments
 (0)