diff --git a/src/Codeception/Module/REST.php b/src/Codeception/Module/REST.php index 660e6b7..6bd0307 100644 --- a/src/Codeception/Module/REST.php +++ b/src/Codeception/Module/REST.php @@ -1196,7 +1196,7 @@ public function dontSeeResponseContainsJson($json = []) * // {'user_id': '1'} * $I->seeResponseMatchesJsonType([ * 'user_id' => 'string:>0', // works with strings as well - * } + * ]); * ?> * ``` *