mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 16:45:01 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -28,7 +28,9 @@ class AccompanyingPeriodResourceNormalizer implements DenormalizerAwareInterface
|
||||
|
||||
use ObjectToPopulateTrait;
|
||||
|
||||
public function __construct(private readonly ResourceRepository $repository) {}
|
||||
public function __construct(private readonly ResourceRepository $repository)
|
||||
{
|
||||
}
|
||||
|
||||
public function denormalize($data, $type, $format = null, array $context = [])
|
||||
{
|
||||
|
Reference in New Issue
Block a user