mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-11 07:49:43 +00:00
Remove no longer used annotation use statements and replace with attribute use statements
This commit is contained in:
@@ -19,7 +19,7 @@ use Symfony\Component\Serializer\Normalizer\NormalizerAwareTrait;
|
||||
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
|
||||
use Symfony\Component\Workflow\Registry;
|
||||
|
||||
class AccompanyingPeriodWorkEvaluationNormalizer implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface, NormalizerAwareInterface
|
||||
class AccompanyingPeriodWorkEvaluationNormalizer implements NormalizerInterface, NormalizerAwareInterface
|
||||
{
|
||||
use NormalizerAwareTrait;
|
||||
|
||||
@@ -71,4 +71,3 @@ class AccompanyingPeriodWorkEvaluationNormalizer implements \Symfony\Component\S
|
||||
return 'json' === $format ? [AccompanyingPeriodWorkEvaluation::class => true] : [];
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -142,4 +142,3 @@ class AccompanyingPeriodWorkNormalizer implements \Symfony\Component\Serializer\
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -103,4 +103,3 @@ class SocialActionNormalizer implements NormalizerAwareInterface, NormalizerInte
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -84,4 +84,3 @@ class SocialIssueNormalizer implements NormalizerInterface, NormalizerAwareInter
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user