one line var doc

This commit is contained in:
anthony 2019-07-28 21:26:07 +02:00 committed by Francis Lavoie
parent b5fcc13797
commit 6e68d3d144
No known key found for this signature in database
GPG Key ID: B9E0E04A76AF4692
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@ class Channel
/** @var string */
protected $channelName;
/**
* @var ReplicationInterface
*/
/** @var ReplicationInterface */
protected $pubSub;
/** @var \Ratchet\ConnectionInterface[] */