We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d3529 commit 4923020Copy full SHA for 4923020
stubs/ORM/AbstractQuery.stub
@@ -9,7 +9,7 @@ use Doctrine\ORM\NoResultException;
9
/**
10
* @template-covariant TKey The type of column used in indexBy
11
* @template-covariant TResult The type of results returned by this query in HYDRATE_OBJECT mode
12
- * @template-covariant THydrationMode = AbstractQuery::HYDRATE_OBJECT The default hydration mode when none is provided
+ * @template-covariant THydrationMode The default hydration mode when none is provided
13
*/
14
abstract class AbstractQuery
15
{
0 commit comments