Bump doctrine/.github from 7.2.1 to 7.2.2 #311
coding-standards.yml
on: pull_request
Coding Standards
/
Coding Standards (PHP: 7.4)
14s
Annotations
10 errors
Coding Standards / Coding Standards (PHP: 7.4):
src/ClassLoader.php#L42
Property \Doctrine\Common\ClassLoader::$fileExtension 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: 7.4):
src/ClassLoader.php#L49
Property \Doctrine\Common\ClassLoader::$namespace does not have native type hint for its value but it should be possible to add it based on @var annotation "string|null".
|
Coding Standards / Coding Standards (PHP: 7.4):
src/ClassLoader.php#L56
Property \Doctrine\Common\ClassLoader::$includePath does not have native type hint for its value but it should be possible to add it based on @var annotation "string|null".
|
Coding Standards / Coding Standards (PHP: 7.4):
src/ClassLoader.php#L63
Property \Doctrine\Common\ClassLoader::$namespaceSeparator 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: 7.4):
src/Proxy/AbstractProxyFactory.php#L71
Property \Doctrine\Common\Proxy\AbstractProxyFactory::$metadataFactory does not have native type hint for its value but it should be possible to add it based on @var annotation "ClassMetadataFactory".
|
Coding Standards / Coding Standards (PHP: 7.4):
src/Proxy/AbstractProxyFactory.php#L74
Property \Doctrine\Common\Proxy\AbstractProxyFactory::$proxyGenerator does not have native type hint for its value but it should be possible to add it based on @var annotation "ProxyGenerator".
|
Coding Standards / Coding Standards (PHP: 7.4):
src/Proxy/AbstractProxyFactory.php#L77
Property \Doctrine\Common\Proxy\AbstractProxyFactory::$autoGenerate does not have native type hint for its value but it should be possible to add it based on @var annotation "int".
|
Coding Standards / Coding Standards (PHP: 7.4):
src/Proxy/AbstractProxyFactory.php#L80
Property \Doctrine\Common\Proxy\AbstractProxyFactory::$definitions does not have native type hint for its value but it should be possible to add it based on @var annotation "ProxyDefinition[]".
|
Coding Standards / Coding Standards (PHP: 7.4):
src/Proxy/ProxyGenerator.php#L92
Property \Doctrine\Common\Proxy\ProxyGenerator::$proxyNamespace 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: 7.4):
src/Proxy/ProxyGenerator.php#L99
Property \Doctrine\Common\Proxy\ProxyGenerator::$proxyDirectory does not have native type hint for its value but it should be possible to add it based on @var annotation "string".
|