Skip to content

Commit 69aaa52

Browse files
janlangerondrejmirtes
authored andcommitted
Add AbstractQuery::getSingleScalarResult to stub
1 parent ec13bc8 commit 69aaa52

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

stubs/ORM/AbstractQuery.stub

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@ abstract class AbstractQuery
1919
{
2020

2121
}
22+
23+
/**
24+
* @return bool|float|int|string|null
25+
*/
26+
public function getSingleScalarResult();
27+
2228
}

tests/DoctrineIntegration/ORM/data/entityRepositoryDynamicReturn-9.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)