Skip to content

Commit

Permalink
Fix return type issue (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEssex committed Jul 10, 2023
1 parent e275b93 commit afcf618
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Ql/QlDaoCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public function clear()
*
* @return $this
* @deprecated
*
*/
public function loadWhere(...$params)
{
Expand Down Expand Up @@ -373,7 +372,6 @@ public function distinct($property)

/**
* Raw Data response, without hydrating DAOs
*
* This can be used for custom select queries, or when there is no need for constructed DAO objects
*
* @return array[]
Expand Down

0 comments on commit afcf618

Please sign in to comment.