@@ -41,7 +41,7 @@ |
||
41 | 41 | * @return array |
42 | 42 | * @api |
43 | 43 | */ |
44 | - public function convertFrom($source, $targetType, array $convertedChildProperties = array(), PropertyMappingConfigurationInterface $configuration = NULL) |
|
44 | + public function convertFrom($source, $targetType, array $convertedChildProperties = array(), PropertyMappingConfigurationInterface $configuration = null) |
|
45 | 45 | { |
46 | 46 | $result = array(); |
47 | 47 |