Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 92dde9e

Browse files
committed
Various documentation fixes
1 parent 343991c commit 92dde9e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/SteamCondenser/Community/Cacheable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ trait Cacheable {
4444
protected $fetchTime;
4545

4646
/**
47-
* Defines wich instance variables which should be used to index the cached
47+
* Defines the instance variables which should be used to index the cached
4848
* objects
4949
*
5050
* The parameters provided will be used as the symbolic names of the

lib/SteamCondenser/Servers/GameServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ abstract class GameServer extends Server {
5252
protected $ping;
5353

5454
/**
55-
* @var array The players playing on this server
55+
* @var SteamPlayer[] The players playing on this server
5656
*/
5757
protected $playerHash;
5858

lib/SteamCondenser/Servers/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ abstract class Server implements LoggerAwareInterface {
4242
protected $ipIndex;
4343

4444
/**
45-
* @var
45+
* @var LoggerInterface
4646
*/
4747
protected $logger;
4848

0 commit comments

Comments
 (0)