diff --git a/lib/OauthPhirehose.php b/lib/OauthPhirehose.php index 5b024df..958fcda 100644 --- a/lib/OauthPhirehose.php +++ b/lib/OauthPhirehose.php @@ -28,7 +28,7 @@ abstract class OauthPhirehose extends Phirehose /** */ protected function prepareParameters($method = null, $url = null, - array $params) + array $params= []) { if (empty($method) || empty($url)) return false;