Skip to content

Commit

Permalink
Revert to good old PHP 5.3 syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelionmood committed Oct 20, 2014
1 parent 277cae5 commit 8ad35aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dandelionmood/LastFm/LastFm.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private function _make_request( $method, $parameters = array(),
$browser = new Browser();
$response = $browser->post(
self::API_URL,
['content-type' => 'application/x-www-form-urlencoded'],
array('content-type' => 'application/x-www-form-urlencoded'),
http_build_query( $parameters )
);
$json = json_decode( $response->getContent() );
Expand Down

0 comments on commit 8ad35aa

Please sign in to comment.