Skip to content

Commit

Permalink
Fix exception class name
Browse files Browse the repository at this point in the history
  • Loading branch information
misagh committed Feb 18, 2021
1 parent 6fe3757 commit 2d7689b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions src/SphinxSE.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ public function setFilterFloatRange($attribute, $min, $max, $exclude = false)
* @param string $groupsort group sorting clause
*
* @return SphinxClient
* @throws \InvalidArgumentException When attribute name, group clause or function is invalid
*/
public function setGroupBy($attribute, $func, $groupsort = '@group desc')
{
Expand All @@ -240,7 +239,6 @@ public function setGroupBy($attribute, $func, $groupsort = '@group desc')
* @param string $attribute attribute name
*
* @return SphinxClient
* @throws \InvalidArgumentException When attribute name is invalid
*/
public function setGroupDistinct($attribute)
{
Expand Down

0 comments on commit 2d7689b

Please sign in to comment.