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

Commit

Permalink
Removed typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Jelovac committed Feb 10, 2014
1 parent 6541d3d commit 959a4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jelovac/Bitly4laravel/Bitly4laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 959a4bb

Please sign in to comment.