You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stubs/ORM/AbstractQuery.stub
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ use Doctrine\ORM\NoResultException;
9
9
/**
10
10
* @template-covariant TKey The type of column used in indexBy
11
11
* @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
0 commit comments