Skip to content

Commit 58007d7

Browse files
committed
Suppress psalm error
1 parent 910259b commit 58007d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/WithFilters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ trait WithFilters
5050
*/
5151
public function mountWithFilters(): void
5252
{
53-
foreach ($this->filters() as $filter => $default) {
53+
foreach ($this->filters() as $filter => $_default) {
5454
if (! isset($this->filters[$filter])) {
5555
$this->filters[$filter] = null;
5656
}

0 commit comments

Comments
 (0)