Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
Minor code style update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesryanbell committed Feb 15, 2017
1 parent 4ff698b commit 5e38c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jamesryanbell/cloudflare",
"description": "CloudFlare API - PHP",
"license": "MIT",
"version": "1.8.5",
"version": "1.8.6",
"keywords": ["cloudflare", "api"],
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/CloudFlare/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ protected function request($path, array $data = null, $method = null)
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_HEADER => false,
CURLOPT_TIMEOUT => 30,
CURLOPT_SSL_VERIFYPEER => true
CURLOPT_SSL_VERIFYPEER => true,
];

$curl_options = $default_curl_options;
Expand Down

0 comments on commit 5e38c90

Please sign in to comment.