Skip to content

Commit 5af5ee3

Browse files
committed
Mark Connection as internal, use ConnectionInterface instead
1 parent 1941744 commit 5af5ee3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Connection.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
/**
88
* The actual connection implementation for ConnectionInterface
99
*
10+
* This class should only be used internally, see ConnectionInterface instead.
11+
*
1012
* @see ConnectionInterface
13+
* @internal
1114
*/
1215
class Connection extends Stream implements ConnectionInterface
1316
{

0 commit comments

Comments
 (0)