mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
cleanup
This commit is contained in:
parent
5986d8552d
commit
73469d2aa1
29 changed files with 140 additions and 149 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue