Skip to content

Commit ce8ea05

Browse files
Use constant
1 parent b2b9b13 commit ce8ea05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stubs/ORM/QueryBuilder.stub

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Doctrine\ORM;
44

5+
use Doctrine\ORM\AbstractQuery;
56
use Doctrine\ORM\Query\Expr;
67

78
class QueryBuilder
@@ -17,7 +18,7 @@ class QueryBuilder
1718
}
1819

1920
/**
20-
* @return Query<null, mixed, 1>
21+
* @return Query<null, mixed, AbstractQuery::HYDRATE_OBJECT>
2122
*/
2223
public function getQuery()
2324
{

0 commit comments

Comments
 (0)