Skip to content

Commit b7f1ebb

Browse files
committed
Add docblock @throws
1 parent 24f2d0e commit b7f1ebb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Curl/Curl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class Curl
4949
*
5050
* @access public
5151
* @param $base_url
52+
* @throws \ErrorException
5253
*/
5354
public function __construct($base_url = null)
5455
{

src/Curl/MultiCurl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ public function __destruct()
531531
*
532532
* @access private
533533
* @param $curl
534+
* @throws \ErrorException
534535
*/
535536
private function addHandle($curl)
536537
{

0 commit comments

Comments
 (0)