Skip to content

Commit e406301

Browse files
Merge branch '3.3' into 3.4
* 3.3: Add application/ld+json format associated to json [HttpFoundation] Fix false-positive ConflictingHeadersException [WebServerBundle] Fix escaping of php binary with arguments Error handlers' $context should be optional as it's deprecated [Serializer] Correct typing mistake in DocBlock [Config] Fix closure CS PHP CS Fixer: use PHPUnit Migration ruleset Update MemcachedTrait.php [Bridge/PhpUnit] thank phpunit/phpunit [Process] Fix setting empty env vars [Process] Dont use getenv(), it returns arrays and can introduce subtle breaks accros PHP versions [WebServerBundle] fix a bug where require would not require the good file because of env [Console] Commands with an alias should not be recognized as ambiguous
2 parents 64506eb + b6efce8 commit e406301

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
@@ -57,7 +57,7 @@ public function supportsNormalization($data, $format = null)
5757
}
5858

5959
/**
60-
* Checks if the given class implements the NormalizableInterface.
60+
* Checks if the given class implements the DenormalizableInterface.
6161
*
6262
* @param mixed $data Data to denormalize from
6363
* @param string $type The class to which the data should be denormalized

0 commit comments

Comments
 (0)