We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd9ee7 commit b740838Copy full SHA for b740838
README.md
@@ -49,17 +49,17 @@ public function testGetToys()
49
{
50
"id": @string@,
51
"name": "Barbie",
52
- "_links: "@*@"
+ "_links: @*@
53
},
54
55
56
"name": "GI Joe",
57
- "_links": "@*@"
+ "_links": @*@
58
59
60
61
"name": "Optimus Prime",
62
63
}
64
]
65
';
@@ -174,9 +174,9 @@ match(
174
'{
175
"users":[
176
177
- "firstName": "@string@",
178
- "lastName":" @string@",
179
- "roles": "@array@"
+ "firstName": @string@,
+ "lastName": @string@,
+ "roles": @array@
180
181
182
}'
0 commit comments