add empty lines around if block
This commit is contained in:
parent
cd37ec47d5
commit
3b27216c51
1 changed files with 2 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue