Skip to content

Commit

Permalink
Merge pull request #166 from BackEndTea/chore/fix-set-opt-types
Browse files Browse the repository at this point in the history
Fix types on the CurlInterface
  • Loading branch information
woutse authored Nov 21, 2023
2 parents 5ea1a3d + 86c477d commit ec4b988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Curl/CurlInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function post($url, array $data = array(), $follow_303_with_post = false)
* Set Opt
*
* @access public
* @param string $option
* @param int $option
* @param mixed $value
*
* @return boolean
Expand Down

0 comments on commit ec4b988

Please sign in to comment.