Necessary refactorings for Property hooks #3525
coding-standards.yml
on: pull_request
coding-standards
/
Coding Standards (PHP: 8.3)
24s
Annotations
9 errors
coding-standards / Coding Standards (PHP: 8.3):
src/Mapping/LegacyReflectionFields.php#L35
Method \Doctrine\ORM\Mapping\LegacyReflectionFields::offsetExists() does not have native type hint for its parameter $offset but it should be possible to add it based on @param annotation "string".
|
coding-standards / Coding Standards (PHP: 8.3):
src/Mapping/LegacyReflectionFields.php#L47
Method \Doctrine\ORM\Mapping\LegacyReflectionFields::offsetGet() does not have native type hint for its parameter $field but it should be possible to add it based on @param annotation "string".
|
coding-standards / Coding Standards (PHP: 8.3):
src/Mapping/LegacyReflectionFields.php#L107
Expected 13 spaces after parameter type; 1 found
|
coding-standards / Coding Standards (PHP: 8.3):
src/Mapping/LegacyReflectionFields.php#L110
Method \Doctrine\ORM\Mapping\LegacyReflectionFields::offsetSet() does not have native type hint for its parameter $offset but it should be possible to add it based on @param annotation "string".
|
coding-standards / Coding Standards (PHP: 8.3):
src/Mapping/LegacyReflectionFields.php#L110
Method \Doctrine\ORM\Mapping\LegacyReflectionFields::offsetSet() does not have native type hint for its parameter $value but it should be possible to add it based on @param annotation "ReflectionProperty".
|
coding-standards / Coding Standards (PHP: 8.3):
src/Mapping/LegacyReflectionFields.php#L116
Method \Doctrine\ORM\Mapping\LegacyReflectionFields::offsetUnset() does not have native type hint for its parameter $offset but it should be possible to add it based on @param annotation "string".
|
coding-standards / Coding Standards (PHP: 8.3):
src/Mapping/ClassMetadata.php#L603
Found multi-line doc comment with single line content, use one-line doc comment instead.
|
coding-standards / Coding Standards (PHP: 8.3):
src/Mapping/ClassMetadata.php#L615
Found multi-line doc comment with single line content, use one-line doc comment instead.
|
coding-standards / Coding Standards (PHP: 8.3)
Process completed with exit code 1.
|