diff --git a/src/Socket/Server/IoConnection.php b/src/Socket/Server/IoConnection.php index 7831109..a7d393d 100644 --- a/src/Socket/Server/IoConnection.php +++ b/src/Socket/Server/IoConnection.php @@ -12,8 +12,6 @@ class IoConnection implements ConnectionInterface { */ protected $conn; - public $decor; - /** * @param \React\Socket\ConnectionInterface $conn