mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
HandshakeSessionHandler: fix a doc comment bug
thank you PHPStan ❤️
This commit is contained in:
parent
c559dfccfe
commit
8ef15d728a
@ -31,7 +31,7 @@ use pocketmine\network\mcpe\protocol\ClientToServerHandshakePacket;
|
||||
*/
|
||||
class HandshakeSessionHandler extends SessionHandler{
|
||||
|
||||
/** @var string */
|
||||
/** @var NetworkSession */
|
||||
private $session;
|
||||
|
||||
public function __construct(NetworkSession $session){
|
||||
|
Loading…
x
Reference in New Issue
Block a user