Necessary refactorings for Property hooks #3525
Annotations
9 errors
Run PHP_CodeSniffer:
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".
|
Run PHP_CodeSniffer:
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".
|
Run PHP_CodeSniffer:
src/Mapping/LegacyReflectionFields.php#L107
Expected 13 spaces after parameter type; 1 found
|
Run PHP_CodeSniffer:
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".
|
Run PHP_CodeSniffer:
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".
|
Run PHP_CodeSniffer:
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".
|
Run PHP_CodeSniffer:
src/Mapping/ClassMetadata.php#L603
Found multi-line doc comment with single line content, use one-line doc comment instead.
|
Run PHP_CodeSniffer:
src/Mapping/ClassMetadata.php#L615
Found multi-line doc comment with single line content, use one-line doc comment instead.
|
Run PHP_CodeSniffer
Process completed with exit code 1.
|
Loading