mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-27 02:30:02 +00:00
Refactor normalizers: update getSupportedTypes to include '*' => false, improve return type handling, and add dedicated test classes for SocialAction, SocialIssue, and other entities.
This commit is contained in:
@@ -86,6 +86,6 @@ class RelationshipDocGenNormalizer implements NormalizerInterface, NormalizerAwa
|
||||
|
||||
public function getSupportedTypes(?string $format): array
|
||||
{
|
||||
return 'docgen' === $format ? [Relationship::class => true] : [];
|
||||
return 'docgen' === $format ? [Relationship::class => true, '*' => false] : [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user