mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Remove unnecessary return types
This commit is contained in:
@@ -96,10 +96,7 @@ class DocGenObjectNormalizer implements NormalizerAwareInterface, NormalizerInte
|
||||
return 'docgen' === $format && (is_object($data) || null === $data);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string|array<string>
|
||||
*/
|
||||
private function getExpectedType(AttributeMetadata $attribute, ReflectionClass $reflection): string|array
|
||||
private function getExpectedType(AttributeMetadata $attribute, ReflectionClass $reflection): string
|
||||
{
|
||||
$type = null;
|
||||
|
||||
|
Reference in New Issue
Block a user