Player API typehints

This commit is contained in:
Dylan K. Taylor
2017-08-17 11:08:54 +01:00
parent 670a9fe44f
commit 21a1e0eb6b
3 changed files with 50 additions and 32 deletions

View File

@ -63,12 +63,12 @@ interface IPlayer extends ServerOperator{
public function getPlayer();
/**
* @return int|double
* @return int|null
*/
public function getFirstPlayed();
/**
* @return int|double
* @return int|null
*/
public function getLastPlayed();