1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00
This commit is contained in:
Robin Appelman 2019-04-12 14:00:20 +02:00
commit 73469d2aa1
29 changed files with 140 additions and 149 deletions

View file

@ -4,7 +4,9 @@ declare(strict_types=1);
namespace Demostf\API\Data;
class SteamUser implements \JsonSerializable {
use JsonSerializable;
class SteamUser implements JsonSerializable {
/** @var int */
private $id;
/** @var string */