We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723272e commit 35615ceCopy full SHA for 35615ce
README.md
@@ -215,7 +215,7 @@ steamId| int[] | An array of (or singular) steam ID(s) to get details for | No
215
$player = Steam::user($steamId)->GetPlayerSummaries()[0];
216
217
// Several users
218
- $steamIds [76561197960287930, 76561197968575517]
+ $steamIds = [76561197960287930, 76561197968575517]
219
$players = Steam::user($steamIds)->GetPlayerSummaries();
220
```
221
0 commit comments