Skip to content

Commit b6efce8

Browse files
author
Robin Chalas
committed
Merge branch '2.8' into 3.3
* 2.8: [Serializer] Correct typing mistake in DocBlock [Config] Fix closure CS PHP CS Fixer: use PHPUnit Migration ruleset [Console] Commands with an alias should not be recognized as ambiguous
2 parents 8ea0465 + 0d27e54 commit b6efce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Normalizer/CustomNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function supportsNormalization($data, $format = null)
5454
}
5555

5656
/**
57-
* Checks if the given class implements the NormalizableInterface.
57+
* Checks if the given class implements the DenormalizableInterface.
5858
*
5959
* @param mixed $data Data to denormalize from
6060
* @param string $type The class to which the data should be denormalized

0 commit comments

Comments
 (0)