Merge pull request #431 from pitiflautico/patch-1
[ORM] Fix double semicolon
This commit is contained in:
commit
9c682efb2f
@ -48,7 +48,7 @@ class IdentityFunction extends FunctionNode
|
||||
|
||||
$tableAlias = $sqlWalker->getSQLTableAlias($class->getTableName(), $dqlAlias);
|
||||
|
||||
return $tableAlias . '.' . reset($assoc['targetToSourceKeyColumns']);;
|
||||
return $tableAlias . '.' . reset($assoc['targetToSourceKeyColumns']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user