mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fix some doc comments
This commit is contained in:
@ -537,7 +537,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
* @param SourceInterface $interface
|
||||
* @param null $clientID
|
||||
* @param string $ip
|
||||
* @param integer $port
|
||||
* @param int $port
|
||||
*/
|
||||
public function __construct(SourceInterface $interface, $clientID, $ip, $port){
|
||||
$this->interface = $interface;
|
||||
|
Reference in New Issue
Block a user