Skip to content

Commit

Permalink
Add missing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Mar 14, 2018
1 parent ff1c0d2 commit bf89a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/SqlDialectTrait.php
Expand Up @@ -91,6 +91,7 @@ public function queryTranslator($type)
$query = (new IdentifierQuoter($this))->quote($query);
}

/** @var \Cake\ORM\Query $query */
$query = $this->{'_' . $type . 'QueryTranslator'}($query);
$translators = $this->_expressionTranslators();
if (!$translators) {
Expand Down

0 comments on commit bf89a65

Please sign in to comment.