Skip to content

Commit b992750

Browse files
committed
🔧
1 parent 3550d16 commit b992750

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/HTTPResponseInterface.php

+7-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
namespace chillerlan\HTTP;
1414

1515
/**
16-
* @property string $url
17-
* @property \stdClass $headers
18-
* @property string $body
19-
* @property \stdClass $json
20-
* @property array $json_array
16+
* @property string $url
17+
* @property \stdClass $headers
18+
* @property string $body
19+
* @property \stdClass $json
20+
* @property array $json_array
21+
* @property \SimpleXMLElement $xml
22+
* @property array $xml_array
2123
*/
2224
interface HTTPResponseInterface{
2325

0 commit comments

Comments
 (0)