Skip to content

Commit 91e35c5

Browse files
authored
Removed dontSeeCheckboxIsChecked parameter type declaration
to permit arrays
1 parent 9de9a33 commit 91e35c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lib/Interfaces/Web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ public function seeCheckboxIsChecked($checkbox): void;
433433
* $I->seeCheckboxIsChecked('#signup_form input[type=checkbox]'); // I suppose user didn't check the first checkbox in form.
434434
* ```
435435
*/
436-
public function dontSeeCheckboxIsChecked(string $checkbox): void;
436+
public function dontSeeCheckboxIsChecked($checkbox): void;
437437

438438
/**
439439
* Checks that the given input field or textarea *equals* (i.e. not just contains) the given value.

0 commit comments

Comments
 (0)