Skip to content

Commit d867672

Browse files
committed
Remove unused parameter
1 parent 61c55e0 commit d867672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing/FakeFolder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function messages(): MessageQueryInterface
8383
// Ensure the folder is selected.
8484
$this->select(true);
8585

86-
return new FakeMessageQuery($this, $this->messages);
86+
return new FakeMessageQuery($this);
8787
}
8888

8989
/**

0 commit comments

Comments
 (0)