cs: Fix code-style.

This commit is contained in:
Pol Dellaiera
2021-12-21 12:13:20 +01:00
parent e2bc868495
commit 530ad497bc
12 changed files with 23 additions and 16 deletions

View File

@@ -48,6 +48,7 @@ class AddressNormalizer implements ContextAwareNormalizerInterface, NormalizerAw
/**
* @param Address $address
* @param null|string $format
*/
public function normalize($address, $format = null, array $context = [])
{

View File

@@ -22,6 +22,7 @@ class CollectionNormalizer implements NormalizerAwareInterface, NormalizerInterf
/**
* @param Collection $collection
* @param null|string $format
*/
public function normalize($collection, $format = null, array $context = [])
{