Issue #3054510 by greggles, Spokje, bas123, fchandler, effulgentsia, Wim Leers, mr.baileys, patchman-jelmerverkleij: Make a minor docs improvement to NormalizerBase.php in order for Patchman to see it as a newer version than it was prior to SA-CORE-2019-003

merge-requests/272/head
Alex Pott 2021-01-25 16:16:01 +00:00
parent 10ec6052e9
commit 6366c55572
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ abstract class NormalizerBase implements SerializerAwareInterface, CacheableNorm
* Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization() * Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()
* *
* This class doesn't implement DenormalizerInterface, but most of its child * This class doesn't implement DenormalizerInterface, but most of its child
* classes do, so this method is implemented at this level to reduce code * classes do. Therefore, this method is implemented at this level to reduce
* duplication. * code duplication.
*/ */
public function supportsDenormalization($data, $type, $format = NULL) { public function supportsDenormalization($data, $type, $format = NULL) {
// If the format is not supported return now. // If the format is not supported return now.