Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-01-29 01:47:20 +00:00 committed by StyleCI Bot
parent 77d735be0c
commit a686a0a886

View File

@ -472,7 +472,8 @@ trait UpdateHandler
} }
} }
public function pwr_webhook($update) { public function pwr_webhook($update)
{
$ch = curl_init(); $ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_URL, $this->hook_url); curl_setopt($ch, CURLOPT_URL, $this->hook_url);