mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-06 15:58:10 +00:00
Add docblock @throws
This commit is contained in:
@@ -49,6 +49,7 @@ class Curl
|
||||
*
|
||||
* @access public
|
||||
* @param $base_url
|
||||
* @throws \ErrorException
|
||||
*/
|
||||
public function __construct($base_url = null)
|
||||
{
|
||||
|
||||
@@ -531,6 +531,7 @@ class MultiCurl
|
||||
*
|
||||
* @access private
|
||||
* @param $curl
|
||||
* @throws \ErrorException
|
||||
*/
|
||||
private function addHandle($curl)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user