Skip to content

Commit 0430874

Browse files
committed
🔥 deprecate this
1 parent 38a6fda commit 0430874

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Psr18/HTTPClientAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function __construct(
6363
}
6464

6565
/**
66-
* @todo: files, content-type
66+
* @deprecated: messy, under-used, missing flexibility
6767
*
6868
* @param string $uri
6969
* @param string|null $method

src/Psr18/HTTPClientInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22
/**
3+
* @deprecated
4+
*
35
* Interface HTTPClientInterface
46
*
57
* @filesource HTTPClientInterface.php

0 commit comments

Comments
 (0)