Skip to content

Commit cf7f907

Browse files
keradusfabpot
authored andcommitted
DX: PHP CS Fixer - update excluded paths and apply some minor CS
1 parent 9c80b22 commit cf7f907

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Normalizer/CustomNormalizer.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public function denormalize(mixed $data, string $type, string $format = null, ar
4848
/**
4949
* Checks if the given class implements the NormalizableInterface.
5050
*
51-
* @param mixed $data Data to normalize
52-
* @param string|null $format The format being (de-)serialized from or into
51+
* @param mixed $data Data to normalize
52+
* @param string|null $format The format being (de-)serialized from or into
5353
* @param array $context
5454
*/
5555
public function supportsNormalization(mixed $data, string $format = null /* , array $context = [] */): bool
@@ -60,9 +60,9 @@ public function supportsNormalization(mixed $data, string $format = null /* , ar
6060
/**
6161
* Checks if the given class implements the DenormalizableInterface.
6262
*
63-
* @param mixed $data Data to denormalize from
64-
* @param string $type The class to which the data should be denormalized
65-
* @param string|null $format The format being deserialized from
63+
* @param mixed $data Data to denormalize from
64+
* @param string $type The class to which the data should be denormalized
65+
* @param string|null $format The format being deserialized from
6666
* @param array $context
6767
*/
6868
public function supportsDenormalization(mixed $data, string $type, string $format = null /* , array $context = [] */): bool

0 commit comments

Comments
 (0)