From 5886ab446293ca636bd3d50861186e01da15df7d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 19 Jul 2015 18:23:26 +0200 Subject: [PATCH] API client --- src/Gist/Api/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gist/Api/Client.php b/src/Gist/Api/Client.php index a3dc6b1..6a1b703 100644 --- a/src/Gist/Api/Client.php +++ b/src/Gist/Api/Client.php @@ -31,6 +31,6 @@ class Client extends BaseClient return json_decode($response->getBody()->getContents(), true); } - return false; + return []; } }