Skip to content

Commit 94290f4

Browse files
committed
prepare release
1 parent 1f8fecc commit 94290f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Client.php

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* Use stream and socket capabilities of the core of PHP to send HTTP requests
2020
*
2121
* @author Joel Wurtz <[email protected]>
22+
*
23+
* @final
2224
*/
2325
class Client implements HttpClient
2426
{

src/Stream.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
*
2222
* Writing and seeking is disable to avoid weird behaviors.
2323
*
24-
* @author Joel Wurtz <[email protected]>
24+
* @author Joel Wurtz <[email protected]
25+
*
26+
* @internal>
2527
*/
2628
class Stream implements StreamInterface
2729
{

0 commit comments

Comments
 (0)