Skip to content

Commit a58c78a

Browse files
Try default
1 parent 3b6cdd2 commit a58c78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ORM/AbstractQuery.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Doctrine\ORM\NoResultException;
99
/**
1010
* @template-covariant TKey The type of column used in indexBy
1111
* @template-covariant TResult The type of results returned by this query in HYDRATE_OBJECT mode
12-
* @template-covariant THydrationMode The default hydration mode when none is provided
12+
* @template-covariant THydrationMode of string|AbstractQuery::HYDRATE_* = string|AbstractQuery::HYDRATE_* The default hydration mode when none is provided
1313
*/
1414
abstract class AbstractQuery
1515
{

0 commit comments

Comments
 (0)