Commit 7b6331d2 authored by jeroendedauw's avatar jeroendedauw

Remove some evil spaces

parent ad4cc117
......@@ -1121,12 +1121,12 @@ class QueryBuilder
$fromClauses[$from['alias']] = $fromClause;
}
$this->verifyAllAliasesAreKnown( $knownAliases );
$this->verifyAllAliasesAreKnown($knownAliases);
return $fromClauses;
}
private function verifyAllAliasesAreKnown( array $knownAliases )
private function verifyAllAliasesAreKnown(array $knownAliases)
{
foreach ($this->sqlParts['join'] as $fromAlias => $joins) {
if ( ! isset($knownAliases[$fromAlias])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment