Completed
Branch master (082d55)
by Rudie
02:26
created
src/Client.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -328,6 +328,7 @@
 block discarded – undo
328 328
 
329 329
 	/**
330 330
 	 * HTTP POST
331
+	 * @param string $uri
331 332
 	 */
332 333
 	public function _post( $uri, $options = array() ) {
333 334
 		return $this->_http($uri, $options + array('method' => 'POST'));
Please login to merge, or discard this patch.