apply rector rules

This commit is contained in:
2024-05-28 14:58:09 +02:00
parent 84f515d451
commit 06dd7dd4f5
15 changed files with 38 additions and 56 deletions

View File

@@ -33,8 +33,7 @@ final class StoredObjectNormalizer implements NormalizerInterface, NormalizerAwa
public function __construct(
private readonly JWTDavTokenProviderInterface $JWTDavTokenProvider,
private readonly UrlGeneratorInterface $urlGenerator
) {
}
) {}
public function normalize($object, ?string $format = null, array $context = [])
{