Skip to content

Commit 2007fc8

Browse files
Merge branch '4.0'
* 4.0: (23 commits) Add application/ld+json format associated to json [HttpFoundation] Fix false-positive ConflictingHeadersException remove flex-specific suggestion on 3.4 Add check for SecurityBundle in createAccessDeniedException [WebServerBundle] Fix escaping of php binary with arguments Error handlers' $context should be optional as it's deprecated [Serializer] Correct typing mistake in DocBlock [HttpKernel] fix cleaning legacy containers Display n/a for sub-requests time when Stopwatch component is not installed Updating message to inform the user how to install the component [Config] Fix closure CS [Console] Simplify parameters in DI PHP CS Fixer: use PHPUnit Migration ruleset [Process] Skip false-positive test on Windows/appveyor Update MemcachedTrait.php [Bridge/PhpUnit] thank phpunit/phpunit allow auto_wire for SessionAuthenticationStrategy class [Process] Fix setting empty env vars Fixed 'RouterInteface' typo [Process] Dont use getenv(), it returns arrays and can introduce subtle breaks accros PHP versions ...
2 parents c1f7944 + b6637eb commit 2007fc8

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)