diff --git a/lib/SteamCondenser/Community/Cacheable.php b/lib/SteamCondenser/Community/Cacheable.php index d8fcecd..3ae0d12 100644 --- a/lib/SteamCondenser/Community/Cacheable.php +++ b/lib/SteamCondenser/Community/Cacheable.php @@ -44,7 +44,7 @@ trait Cacheable { protected $fetchTime; /** - * Defines wich instance variables which should be used to index the cached + * Defines the instance variables which should be used to index the cached * objects * * The parameters provided will be used as the symbolic names of the diff --git a/lib/SteamCondenser/Servers/GameServer.php b/lib/SteamCondenser/Servers/GameServer.php index c0524ef..ab94a4f 100644 --- a/lib/SteamCondenser/Servers/GameServer.php +++ b/lib/SteamCondenser/Servers/GameServer.php @@ -52,7 +52,7 @@ abstract class GameServer extends Server { protected $ping; /** - * @var array The players playing on this server + * @var SteamPlayer[] The players playing on this server */ protected $playerHash; diff --git a/lib/SteamCondenser/Servers/Server.php b/lib/SteamCondenser/Servers/Server.php index 7136193..84ffaa6 100644 --- a/lib/SteamCondenser/Servers/Server.php +++ b/lib/SteamCondenser/Servers/Server.php @@ -42,7 +42,7 @@ abstract class Server implements LoggerAwareInterface { protected $ipIndex; /** - * @var + * @var LoggerInterface */ protected $logger;