Introduce default hydration mode #1565
Annotations
10 errors
|
PHPStan:
tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php#L4590
Generic type Doctrine\ORM\Query<null, mixed> in PHPDoc tag `@param` for parameter $query does not specify all template types of class Doctrine\ORM\Query: TKey, TResult, THydrationMode
|
|
PHPStan:
tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php#L4584
Method PHPStan\Platform\QueryResultTypeWalkerFetchTypeMatrixTest::getQuery() should return Doctrine\ORM\Query<null, mixed> but returns Doctrine\ORM\Query<mixed, mixed, mixed>.
|
|
PHPStan:
tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php#L4548
Generic type Doctrine\ORM\Query<null, mixed> in PHPDoc tag `@return` does not specify all template types of class Doctrine\ORM\Query: TKey, TResult, THydrationMode
|
|
PHPStan:
stubs/ORM/Tools/Pagination/Paginator.stub#L22
Generic type Doctrine\ORM\Query<mixed, mixed> in PHPDoc tag `@param` for parameter $query does not specify all template types of class Doctrine\ORM\Query: TKey, TResult, THydrationMode
|
|
PHPStan:
stubs/ORM/AbstractQuery.stub#L94
PHPDoc tag `@return` with type Doctrine\ORM\AbstractQuery<TKey, TResult, TNewHydrationMode of int|string> is not subtype of native type static(Doctrine\ORM\AbstractQuery<TKey, TResult, THydrationMode>).
|
|
PHPStan:
src/Type/Doctrine/QueryBuilder/QueryBuilderGetQueryDynamicReturnTypeExtension.php#L205
Parameter #1 $query of static method PHPStan\Type\Doctrine\Query\QueryResultTypeWalker::walk() expects Doctrine\ORM\Query<null, mixed>, Doctrine\ORM\Query<mixed, mixed, mixed> given.
|
|
PHPStan:
src/Type/Doctrine/Query/QueryResultTypeWalker.php#L161
Generic type Doctrine\ORM\Query<null, mixed> in PHPDoc tag `@param` for parameter $query does not specify all template types of class Doctrine\ORM\Query: TKey, TResult, THydrationMode
|
|
PHPStan:
src/Type/Doctrine/Query/QueryResultTypeWalker.php#L135
Generic type Doctrine\ORM\Query<null, mixed> in PHPDoc tag `@param` for parameter $query does not specify all template types of class Doctrine\ORM\Query: TKey, TResult, THydrationMode
|
|
PHPStan:
src/Type/Doctrine/Query/QueryResultTypeWalker.php#L102
Generic type Doctrine\ORM\Query<null, mixed> in PHPDoc tag `@var` for property PHPStan\Type\Doctrine\Query\QueryResultTypeWalker::$query does not specify all template types of class Doctrine\ORM\Query: TKey, TResult, THydrationMode
|
|
PHPStan:
src/Type/Doctrine/CreateQueryDynamicReturnTypeExtension.php#L103
Parameter #1 $query of static method PHPStan\Type\Doctrine\Query\QueryResultTypeWalker::walk() expects Doctrine\ORM\Query<null, mixed>, Doctrine\ORM\Query<mixed, mixed, mixed> given.
|
Loading