From e776eaf5ec8a4b214d2f604d43e23f431f54a72e Mon Sep 17 00:00:00 2001 From: James Bell Date: Sun, 5 Jun 2016 22:59:38 +0100 Subject: [PATCH] Tiny aesthetic fix --- composer.json | 2 +- src/CloudFlare/Certificates.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 378362e..e16315f 100644 --- a/composer.json +++ b/composer.json @@ -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": [ { diff --git a/src/CloudFlare/Certificates.php b/src/CloudFlare/Certificates.php index 760f7d1..e31f220 100644 --- a/src/CloudFlare/Certificates.php +++ b/src/CloudFlare/Certificates.php @@ -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