Skip to content

Commit

Permalink
Merge pull request #486 from pointybeard-forks/master
Browse files Browse the repository at this point in the history
fix: Incorrect DocBlock param type for $query (closes #462).
  • Loading branch information
ecoologic committed Oct 10, 2023
2 parents 6091d39 + 3f8ea88 commit 21ed86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Zendesk/API/Resources/Core/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function setUpRoutes()
* narrow your search results according to resource type, dates, and object properties, such as ticket requester or
* tag.
*
* @param null $query
* @param string $query
* @param array $queryParams
*
* @return \stdClass | null
Expand Down

0 comments on commit 21ed86a

Please sign in to comment.