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

+6
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

-7
This file was deleted.

0 commit comments

Comments
 (0)