Skip to content

Commit 02d48bf

Browse files
committed
Update SteamId.php
1 parent e886a3b commit 02d48bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Syntax/SteamApi/SteamId.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private function convertToID32()
7878
private function convertToID64()
7979
{
8080
$formatted = bcadd($this->rawValue, self::$id64Base, 0);
81-
$this->formatted->{self::$ID64} = (int) $formatted;
81+
$this->formatted->{self::$ID64} = $formatted;
8282
}
8383

8484
private function convertToID3()
@@ -136,4 +136,4 @@ private function getRawValue($id, $type, $matches)
136136
}
137137
}
138138

139-
}
139+
}

0 commit comments

Comments
 (0)