Skip to content

Commit

Permalink
Ignore curl_setopt_array
Browse files Browse the repository at this point in the history
  • Loading branch information
reindertvetter committed Apr 5, 2017
1 parent 90f08c6 commit d4c9ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/community/TIG/MyParcel2014/Model/Api/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class TIG_MyParcel2014_Model_Api_Curl implements Zend_Http_Client_Adapter_Interf
*/
protected function _applyConfig()
{
curl_setopt_array($this->_getResource(), $this->_options);
@curl_setopt_array($this->_getResource(), $this->_options);

if (empty($this->_config)) {
return $this;
Expand Down

0 comments on commit d4c9ade

Please sign in to comment.