ImportsourceHookTable: fix indentation

This commit is contained in:
Thomas Gelf 2017-09-06 02:04:38 +02:00
parent 6d562eef12
commit 32fe4877fd
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ class ImportsourceHookTable extends SimpleQueryBasedTable
public function getColumns()
{
if ($this->columnCache === null) {
$this->columnCache = SyncUtils::getRootVariables(
array_merge(
$this->columnCache = SyncUtils::getRootVariables(array_merge(
$this->sourceHook()->listColumns(),
$this->source->listModifierTargetProperties()
));