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 31a924b commit 2a0024fCopy full SHA for 2a0024f
stubs/ORM/AbstractQuery.stub
@@ -24,6 +24,7 @@ abstract class AbstractQuery
24
}
25
26
/**
27
+ * @phpstan-return TResult[]
28
* @phpstan-impure
29
* @param string|AbstractQuery::HYDRATE_* $hydrationMode
30
*/
@@ -56,6 +57,7 @@ abstract class AbstractQuery
56
57
58
59
60
+ * @phpstan-return ?TResult
61
62
* @param string|AbstractQuery::HYDRATE_*|null $hydrationMode
63
* @throws NonUniqueResultException
@@ -65,6 +67,7 @@ abstract class AbstractQuery
65
67
66
68
69
70
+ * @phpstan-return TResult
71
72
73
0 commit comments