Replace static Type::* calls with instance-based TypeRegistry lookups
#9428
Annotations
11 errors
|
|
|
Run static analysis with phpstan/phpstan:
src/Persisters/Entity/BasicEntityPersister.php#L216
Call to method get() on an unknown class Doctrine\DBAL\Types\TypeProvider.
|
|
Run static analysis with phpstan/phpstan:
src/Persisters/Entity/BasicEntityPersister.php#L126
Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister::$typeProvider has unknown class Doctrine\DBAL\Types\TypeProvider as its type.
|
|
Run static analysis with phpstan/phpstan:
src/Persisters/Collection/OneToManyPersister.php#L228
Call to method get() on an unknown class Doctrine\DBAL\Types\TypeProvider.
|
|
Run static analysis with phpstan/phpstan:
src/Internal/TypeProviderLocator.php#L21
Method Doctrine\ORM\Internal\TypeProviderLocator::fromConnection() has invalid return type Doctrine\DBAL\Types\TypeProvider.
|
|
Run static analysis with phpstan/phpstan:
src/Internal/Hydration/AbstractHydrator.php#L521
Call to method get() on an unknown class Doctrine\DBAL\Types\TypeProvider.
|
|
Run static analysis with phpstan/phpstan:
src/Internal/Hydration/AbstractHydrator.php#L512
Call to method get() on an unknown class Doctrine\DBAL\Types\TypeProvider.
|
|
Run static analysis with phpstan/phpstan:
src/Internal/Hydration/AbstractHydrator.php#L503
Call to method get() on an unknown class Doctrine\DBAL\Types\TypeProvider.
|
|
Run static analysis with phpstan/phpstan:
src/Internal/Hydration/AbstractHydrator.php#L494
Call to method get() on an unknown class Doctrine\DBAL\Types\TypeProvider.
|
|
Run static analysis with phpstan/phpstan:
src/Internal/Hydration/AbstractHydrator.php#L466
Call to method get() on an unknown class Doctrine\DBAL\Types\TypeProvider.
|
|
Run static analysis with phpstan/phpstan:
src/Internal/Hydration/AbstractHydrator.php#L59
Property Doctrine\ORM\Internal\Hydration\AbstractHydrator::$typeProvider has unknown class Doctrine\DBAL\Types\TypeProvider as its type.
|
background
wait
wait-all
cancel
parallel
Loading