1
0
mirror of synced 2024-12-13 14:56:01 +03:00

add empty lines around if block

This commit is contained in:
barelon 2012-10-02 00:14:24 +03:00
parent cd37ec47d5
commit 3b27216c51

View File

@ -99,9 +99,11 @@ class PhpExporter extends AbstractExporter
unset($cascade[$key]);
}
}
if (count($cascade) === 5) {
$cascade = array('all');
}
$associationMappingArray = array(
'fieldName' => $associationMapping['fieldName'],
'targetEntity' => $associationMapping['targetEntity'],