Remove unnecessary double quotes

This commit is contained in:
Kleis Auke Wolthuizen
2017-11-21 17:25:41 +01:00
parent 65e4f29bc0
commit 0920fc48b2
21 changed files with 166 additions and 166 deletions

View File

@@ -17,7 +17,7 @@ class PageRulesTargets implements Configurations
$target = new \stdClass();
$target->target = 'url';
$target->constraint = new \stdClass();
$target->constraint->operator = "matches";
$target->constraint->operator = 'matches';
$target->constraint->value = $queryUrl;
$this->targets = [$target];