Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit cf7897d

Browse files
committed
#27 documenting thrown exception types caused by addHeaderLine calls
1 parent dbcb189 commit cf7897d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Client.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,13 @@ public function skipSystemLookup()
181181
/**
182182
* Perform an XML-RPC request and return a response.
183183
*
184-
* @param \Zend\XmlRpc\Request $request
184+
* @param \Zend\XmlRpc\Request $request
185185
* @param null|\Zend\XmlRpc\Response $response
186-
* @return void
186+
*
187+
* @throws \Zend\Http\Exception\InvalidArgumentException
187188
* @throws \Zend\XmlRpc\Client\Exception\HttpException
189+
*
190+
* @return void
188191
*/
189192
public function doRequest($request, $response = null)
190193
{

0 commit comments

Comments
 (0)