Skip to content

Commit

Permalink
array to []
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinger committed Aug 2, 2018
1 parent 01130f1 commit 6c37cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SRU/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function search($query, $options = [], $raw = false)
* @param bool $raw If true, returns the response as a string
* @return SearchRetrieveResponse|string
*/
public function searchRetrieve($query, $options = array(), $raw = false)
public function searchRetrieve($query, $options = [], $raw = false)
{
$defaultOptions = [
'version' => $this->getDefaultSRUVersion(),
Expand Down

0 comments on commit 6c37cc6

Please sign in to comment.