Skip to content

Commit

Permalink
Various documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Nov 5, 2015
1 parent 343991c commit 92dde9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/SteamCondenser/Community/Cacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/SteamCondenser/Servers/GameServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion lib/SteamCondenser/Servers/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ abstract class Server implements LoggerAwareInterface {
protected $ipIndex;

/**
* @var
* @var LoggerInterface
*/
protected $logger;

Expand Down

0 comments on commit 92dde9e

Please sign in to comment.