Adding empty line between logic blocks
This commit is contained in:
parent
059cfd86df
commit
8ecddc4fc1
@ -752,6 +752,7 @@ class SqlWalker implements TreeWalker
|
|||||||
if ( ! ($assoc['isOwningSide'] && $assoc['type'] & ClassMetadata::TO_ONE)) {
|
if ( ! ($assoc['isOwningSide'] && $assoc['type'] & ClassMetadata::TO_ONE)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !$addMetaColumns && !isset($assoc['id'])) {
|
if ( !$addMetaColumns && !isset($assoc['id'])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user