Changed Serialized#supportsNormalization to PRIVATE

This commit is contained in:
Eric Clemmons 2011-11-01 20:25:33 -07:00
parent e851efc8d6
commit 7346896129

View File

@ -199,7 +199,7 @@ class Serializer implements SerializerInterface
* @param object $object Object to test for normalization support
* @param string $format Format name, needed for normalizers to pivot on
*/
protected function supportsNormalization($object, $format)
private function supportsNormalization($object, $format)
{
$class = get_class($object);