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

Commit

Permalink
Tiny aesthetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesryanbell committed Jun 5, 2016
1 parent 1b59d84 commit e776eaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "jamesryanbell/cloudflare",
"description": "Cloudflare API V4 PHP wrapper",
"license": "MIT",
"version": "1.6.0",
"version": "1.6.1",
"keywords": ["cloudflare", "api"],
"authors": [
{
Expand Down
1 change: 0 additions & 1 deletion src/CloudFlare/Certificates.php
Expand Up @@ -52,7 +52,6 @@ public function create($hostnames, $request_type, $csr, $requested_validity = nu
return $this->post('certificates', $data);
}


/**
* Certificate Details
* Get an existing certificate by its serial number. Use your Certificates API Key as your User Service Key
Expand Down

0 comments on commit e776eaf

Please sign in to comment.