Skip to content

Commit fbc4873

Browse files
committed
Removing unused parameters.
1 parent 35b4ea7 commit fbc4873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Syntax/SteamApi/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ protected function getApiKey()
258258
private function convertSteamIdTo64()
259259
{
260260
if (is_array($this->steamId)) {
261-
array_walk($this->steamId, function (&$id, $key) {
261+
array_walk($this->steamId, function (&$id) {
262262
if (strpos($id, ':') !== false) {
263263
// Convert the id to all types and grab the 64 bit version
264264
$id = $this->convertToAll($id)->id64;

0 commit comments

Comments
 (0)