Skip to content

Commit

Permalink
Merge pull request #41 from zachleigh/analysis-qoQ0KQ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
zachleigh committed Jan 4, 2017
2 parents ae8bac3 + e69ebef commit dd99620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/HttpValidator/CurlValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function validate($url)
*/
protected function setCurlOptions($handle)
{
curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);
curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);

curl_setopt($handle, CURLOPT_NOBODY, true);

Expand Down

0 comments on commit dd99620

Please sign in to comment.