We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1941744 commit 5af5ee3Copy full SHA for 5af5ee3
1 file changed
src/Connection.php
@@ -7,7 +7,10 @@
7
/**
8
* The actual connection implementation for ConnectionInterface
9
*
10
+ * This class should only be used internally, see ConnectionInterface instead.
11
+ *
12
* @see ConnectionInterface
13
+ * @internal
14
*/
15
class Connection extends Stream implements ConnectionInterface
16
{
0 commit comments