s/metadatatag/key

This commit is contained in:
Mathieu Darse
2015-11-10 18:51:46 +01:00
parent 31e4f33275
commit 0f0c007e19
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ class MatchExpression extends Node
public function buildQuery(QueryContext $context)
{
if (!$this->key->isValueCompatible($this->value, $context)) {
throw new QueryException(sprintf('Value "%s" for metadata tag "%s" is not valid.', $this->value, $this->key));
throw new QueryException(sprintf('Value "%s" for key "%s" is not valid.', $this->value, $this->key));
}
return [