Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 53e87b1

Browse files
Try
1 parent 63d3529 commit 53e87b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = AbstractQuery::HYDRATE_OBJECT The default hydration mode when none is provided
12+
* @template-covariant THydrationMode The default hydration mode when none is provided
1313
*/
1414
abstract class AbstractQuery
1515
{

‎stubs/ORM/Query.stub‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Doctrine\ORM;
55
/**
66
* @template-covariant TKey The type of column used in indexBy
77
* @template-covariant TResult The type of results returned by this query in HYDRATE_OBJECT mode
8-
* @template-covariant THydrationMode = AbstractQuery::HYDRATE_OBJECT The default hydration mode when none is provided
8+
* @template-covariant THydrationMode The default hydration mode when none is provided
99
*
1010
* @extends AbstractQuery<TKey, TResult, THydrationMode>
1111
*/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /