Coding standards
This commit is contained in:
parent
97321a1ff2
commit
1b83fcc46d
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ class XmlExporter extends AbstractExporter
|
|||
if ($associationMapping['isCascadeDetach']) {
|
||||
$cascade[] = 'cascade-detach';
|
||||
}
|
||||
if(count($cascade)==5){
|
||||
if(count($cascade) === 5){
|
||||
$cascade = array('cascade-all');
|
||||
}
|
||||
if ($cascade) {
|
||||
|
|
Loading…
Add table
Reference in a new issue