Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit bae588e

Browse files
committed
Merge pull request repejota#51 from dfeyer/task-fix-phpdoc
TASK: Fix php doc in Message::getConn method
2 parents 02d59cc + d06bbca commit bae588e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Message.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Message
3030
/**
3131
* Message related connection.
3232
*
33-
* @var string
33+
* @var Connection
3434
*/
3535
private $conn;
3636

@@ -146,7 +146,7 @@ public function setConn(Connection $conn)
146146
/**
147147
* Get Conn.
148148
*
149-
* @return string
149+
* @return Connection
150150
*/
151151
public function getConn()
152152
{

0 commit comments

Comments
 (0)