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 1f8fecc commit 94290f4Copy full SHA for 94290f4
src/Client.php
@@ -19,6 +19,8 @@
19
* Use stream and socket capabilities of the core of PHP to send HTTP requests
20
*
21
* @author Joel Wurtz <joel.wurtz@gmail.com>
22
+ *
23
+ * @final
24
*/
25
class Client implements HttpClient
26
{
src/Stream.php
@@ -21,7 +21,9 @@
* Writing and seeking is disable to avoid weird behaviors.
- * @author Joel Wurtz <joel.wurtz@gmail.com>
+ * @author Joel Wurtz <joel.wurtz@gmail.com
+ * @internal>
27
28
class Stream implements StreamInterface
29
0 commit comments