Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Sep 1, 2024
1 parent 1f8fecc commit 94290f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* Use stream and socket capabilities of the core of PHP to send HTTP requests
*
* @author Joel Wurtz <joel.wurtz@gmail.com>
*
* @final
*/
class Client implements HttpClient
{
Expand Down
4 changes: 3 additions & 1 deletion src/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*/
class Stream implements StreamInterface
{
Expand Down

0 comments on commit 94290f4

Please sign in to comment.