Skip to content

Commit

Permalink
Fix PHPDoc block for Plugin->connection
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetik committed Mar 7, 2014
1 parent 71d1333 commit 7efaf75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ManiaLive/PluginHandler/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ abstract class Plugin extends ServerAdapter implements TickListener, AppListener
private $chatCommands;
/** @var \ManiaLive\Data\Storage */
protected $storage;
/** @var \DedicatedApi\Connection */
/** @var Connection */
protected $connection;
/** @var \ManiaLive\Database\Connection */
/** @var DbConnection */
protected $db;

final function __construct()
Expand Down

0 comments on commit 7efaf75

Please sign in to comment.