Completed
Pull Request — master (#397)
by Kristof
03:32
created
src/Offer/Security/Sapi3SearchQueryFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
         StringLiteral $constraint,
20 20
         StringLiteral $offerId
21 21
     ) {
22
-        $constraintStr = '(' . strtolower($constraint->toNative()) . ')';
22
+        $constraintStr = '('.strtolower($constraint->toNative()).')';
23 23
         $offerIdStr = $offerId->toNative();
24 24
 
25
-        return '(' . $constraintStr . ' AND id:' . $offerIdStr . ')';
25
+        return '('.$constraintStr.' AND id:'.$offerIdStr.')';
26 26
     }
27 27
 }
Please login to merge, or discard this patch.