Skip to content

Commit 863bc0b

Browse files
authored
Merge pull request #11 from pulzarraider/patch-2
Fix small typo in documentation for method `seeResponseMatchesJsonType`
2 parents 31b680e + 08f2955 commit 863bc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/REST.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ public function dontSeeResponseContainsJson($json = [])
11961196
* // {'user_id': '1'}
11971197
* $I->seeResponseMatchesJsonType([
11981198
* 'user_id' => 'string:>0', // works with strings as well
1199-
* }
1199+
* ]);
12001200
* ?>
12011201
* ```
12021202
*

0 commit comments

Comments
 (0)