Skip to content

Commit

Permalink
Add AbstractQuery::getSingleScalarResult to stub
Browse files Browse the repository at this point in the history
  • Loading branch information
janlanger authored and ondrejmirtes committed Aug 8, 2023
1 parent ec13bc8 commit 69aaa52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions stubs/ORM/AbstractQuery.stub
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ abstract class AbstractQuery
{

}

/**
* @return bool|float|int|string|null
*/
public function getSingleScalarResult();

}

This file was deleted.

0 comments on commit 69aaa52

Please sign in to comment.