Skip to content

Commit c77ccb8

Browse files
committed
1 parent cc36937 commit c77ccb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Toolkit/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ public function filter($field, ...$args)
321321
/**
322322
* Alias for `Kirby\Toolkit\Collection::filter`
323323
*
324-
* @param string|Closure $field
325-
* @param array ...$args
324+
* @param string|array|\Closure $field
325+
* @param mixed ...$args
326326
* @return static
327327
*/
328328
public function filterBy(...$args)

0 commit comments

Comments
 (0)