Skip to content

Commit

Permalink
Merge pull request #2 from JanTvrdik/patch-1
Browse files Browse the repository at this point in the history
IQueryHandler: fix return typehint
  • Loading branch information
matej21 authored Oct 13, 2017
2 parents a179e7b + 1870fe5 commit 38a7583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IQueryHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function supports(IQuery $query);

/**
* @param IQuery
* @return mixed|IResultSet
* @return mixed
*/
public function fetch(IQuery $query);

Expand Down

0 comments on commit 38a7583

Please sign in to comment.