From 63ba878e8011108d072a563ac708edb84bc6a962 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 17 Nov 2016 00:13:09 +0100 Subject: [PATCH] Fix typo --- src/Gist/Api/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gist/Api/Client.php b/src/Gist/Api/Client.php index fb62ac2..29c26a0 100644 --- a/src/Gist/Api/Client.php +++ b/src/Gist/Api/Client.php @@ -64,6 +64,7 @@ class Client extends BaseClient * @return array */ public function update($gist, $content) + { $response = $this->post( str_replace('{gist}', $gist, self::UPDATE), array(