From 959a4bb51b9c7c882ca8f63531597ab44f014974 Mon Sep 17 00:00:00 2001 From: Vladimir Jelovac Date: Mon, 10 Feb 2014 18:52:40 +0100 Subject: [PATCH] Removed typehint --- src/Jelovac/Bitly4laravel/Bitly4laravel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jelovac/Bitly4laravel/Bitly4laravel.php b/src/Jelovac/Bitly4laravel/Bitly4laravel.php index 270fa74..de156f8 100644 --- a/src/Jelovac/Bitly4laravel/Bitly4laravel.php +++ b/src/Jelovac/Bitly4laravel/Bitly4laravel.php @@ -164,7 +164,7 @@ public function bundleEdit($bundleLink, $edit = null, $title = null, $descriptio * @param boolean $expandUser * @return type */ - public function userBundleHistory(boolean $expandUser = null) + public function userBundleHistory($expandUser = null) { $this->setPostData('expand_user', $expandUser); return $this->get('user/bundle_history');