@@ -22,7 +22,6 @@ class ArrayCollectionFactory implements HandlerFactoryInterface
{
$builder
->addDefaultsIfNotSet()
- ->defaultValue(array())
;
}
@@ -30,4 +29,4 @@ class ArrayCollectionFactory implements HandlerFactoryInterface
return 'jms_serializer.array_collection_handler';
-}
+}
@@ -22,7 +22,6 @@ class ConstraintViolationFactory implements HandlerFactoryInterface
@@ -30,4 +29,4 @@ class ConstraintViolationFactory implements HandlerFactoryInterface
return 'jms_serializer.constraint_violation_handler';
@@ -22,7 +22,6 @@ class DoctrineProxyFactory implements HandlerFactoryInterface
@@ -22,7 +22,6 @@ class FormErrorFactory implements HandlerFactoryInterface
@@ -30,4 +29,4 @@ class FormErrorFactory implements HandlerFactoryInterface
return 'jms_serializer.form_error_handler';