mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +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{
|
class HandshakeSessionHandler extends SessionHandler{
|
||||||
|
|
||||||
/** @var string */
|
/** @var NetworkSession */
|
||||||
private $session;
|
private $session;
|
||||||
|
|
||||||
public function __construct(NetworkSession $session){
|
public function __construct(NetworkSession $session){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user