Passed
Push — test ( a3c783...60ea65 )
by Aimeos
02:27
created
Classes/Aimeos/Flow/AimeosTypeConverter.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.