You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AdvancedUsage.md
+26
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,32 @@ class EndpointCest
257
257
}
258
258
```
259
259
260
+
You can also use [named arguments](https://www.php.net/manual/en/functions.arguments.php#functions.named-arguments) to get an example with associative keys.
0 commit comments