clear code
This commit is contained in:
parent
0e8491a474
commit
1dba0b8545
@ -1783,7 +1783,7 @@ class ClassMetadataInfo implements ClassMetadata
|
||||
}
|
||||
}
|
||||
|
||||
$mapping['orphanRemoval'] = isset($mapping['orphanRemoval']) ? (bool) $mapping['orphanRemoval'] : false;
|
||||
$mapping['orphanRemoval'] = isset($mapping['orphanRemoval']) && $mapping['orphanRemoval'];
|
||||
|
||||
$this->assertMappingOrderBy($mapping);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user