@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | StringLiteral $constraint, |
| 61 | 61 | StringLiteral $offerId |
| 62 | 62 | ) { |
| 63 | - $constraintStr = '(' . strtolower($constraint->toNative()) . ')'; |
|
| 63 | + $constraintStr = '('.strtolower($constraint->toNative()).')'; |
|
| 64 | 64 | $offerIdStr = $offerId->toNative(); |
| 65 | 65 | |
| 66 | 66 | if ($this->sapiVersion->sameValueAs(SapiVersion::V3())) { |
@@ -69,6 +69,6 @@ discard block |
||
| 69 | 69 | $id = 'cdbid'; |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | - return '(' . $constraintStr . ' AND ' . $id . ':' . $offerIdStr . ')'; |
|
| 72 | + return '('.$constraintStr.' AND '.$id.':'.$offerIdStr.')'; |
|
| 73 | 73 | } |
| 74 | 74 | } |