Bump doctrine/.github from 7.2.1 to 7.2.2 #762
coding-standards.yml
on: pull_request
Coding Standards
/
Coding Standards (PHP: 8.4)
13s
Annotations
10 errors
Coding Standards / Coding Standards (PHP: 8.4):
src/Persistence/Event/OnClearEventArgs.php#L21
Property \Doctrine\Persistence\Event\OnClearEventArgs::$objectManager does not have native type hint for its value but it should be possible to add it based on @var annotation "ObjectManager".
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Persistence/Event/PreUpdateEventArgs.php#L22
Property \Doctrine\Persistence\Event\PreUpdateEventArgs::$entityChangeSet does not have native type hint for its value but it should be possible to add it based on @var annotation "array<string, array<int, mixed>>".
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Persistence/Event/LoadClassMetadataEventArgs.php#L23
Property \Doctrine\Persistence\Event\LoadClassMetadataEventArgs::$classMetadata does not have native type hint for its value but it should be possible to add it based on @var annotation "ClassMetadata".
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Persistence/Event/LoadClassMetadataEventArgs.php#L29
Property \Doctrine\Persistence\Event\LoadClassMetadataEventArgs::$objectManager does not have native type hint for its value but it should be possible to add it based on @var annotation "ObjectManager".
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Persistence/Event/ManagerEventArgs.php#L21
Property \Doctrine\Persistence\Event\ManagerEventArgs::$objectManager does not have native type hint for its value but it should be possible to add it based on @var annotation "ObjectManager".
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Persistence/Event/LifecycleEventArgs.php#L22
Property \Doctrine\Persistence\Event\LifecycleEventArgs::$objectManager does not have native type hint for its value but it should be possible to add it based on @var annotation "ObjectManager".
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Persistence/Event/LifecycleEventArgs.php#L25
Property \Doctrine\Persistence\Event\LifecycleEventArgs::$object does not have native type hint for its value but it should be possible to add it based on @var annotation "object".
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Persistence/Reflection/RuntimeReflectionProperty.php#L24
Property \Doctrine\Persistence\Reflection\RuntimeReflectionProperty::$key does not have native type hint for its value but it should be possible to add it based on @var annotation "string".
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Persistence/Reflection/EnumReflectionProperty.php#L23
Property \Doctrine\Persistence\Reflection\EnumReflectionProperty::$originalReflectionProperty does not have native type hint for its value but it should be possible to add it based on @var annotation "ReflectionProperty".
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Persistence/AbstractManagerRegistry.php#L19
Property \Doctrine\Persistence\AbstractManagerRegistry::$name does not have native type hint for its value but it should be possible to add it based on @var annotation "string".
|