Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit f1e4ef3

Browse files
committed
swap parameter order
1 parent 3f40f27 commit f1e4ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/LoopFunctions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ public function arrayToProperties(array|\ArrayAccess|null $data, mixed $rescue =
8383
*/
8484
public function dumpProperties(
8585
string|object|null $class = null,
86+
bool $asCollection = false,
8687
?int $filter = null,
87-
bool $asCollection = false
8888
): array|Collection {
8989
$class = match (true) {
9090
is_string($class) => app($class),

0 commit comments

Comments
 (0)