Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Fixed doc comment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang committed Feb 28, 2014
1 parent abe283a commit 2d8947f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Fabiang/Xmpp/Connection/Socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Socket extends AbstractConnection implements SocketConnectionInterface
/**
* Socket.
*
* @var Socket
* @var SocketClient
*/
protected $socket;

Expand Down Expand Up @@ -167,7 +167,7 @@ protected function getAddress()
/**
* Return socket instance.
*
* @return StreamSocket
* @return SocketClient
*/
public function getSocket()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Fabiang/Xmpp/Connection/SocketConnectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ interface SocketConnectionInterface
/**
* Set socket instance.
*
* @param \Socket\Raw\Socket $socket
* @param SocketClient $socket
* @return $this
*/
public function setSocket(SocketClient $socket);
Expand Down

0 comments on commit 2d8947f

Please sign in to comment.