Skip to content

Commit 7231478

Browse files
enumagondrejmirtes
authored andcommitted
Update AbstractQuery.stub
1 parent ca91db8 commit 7231478

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

stubs/ORM/AbstractQuery.stub

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

2020
}
2121

22+
/**
23+
* @return list<mixed>
24+
*/
25+
public function getArrayResult()
26+
{
27+
28+
}
29+
30+
/**
31+
* @return list<mixed>
32+
*/
33+
public function getSingleColumnResult()
34+
{
35+
36+
}
2237
}

0 commit comments

Comments
 (0)