Skip to content

Commit 31933c1

Browse files
Closes #31
1 parent 8497592 commit 31933c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function testContainsFound(array|object $value, int $key): void
107107
* @param array<mixed>|object $value
108108
*/
109109
#[DataProvider('valuesProvider')]
110-
public function testContainsNotFound(array|object $value): void
110+
public function testContainsNotFound(array|object $value, int $key): void
111111
{
112112
$context = new Context;
113113

0 commit comments

Comments
 (0)