Add rule for concatenation operator spacing
[MAILPOET-2090]
This commit is contained in:
@@ -50,7 +50,7 @@ class DynamicSubscribersGetter extends SubscribersGetter {
|
||||
->selectMany([
|
||||
'list_status' => Subscriber::$_table . '.status',
|
||||
])
|
||||
->selectExpr("'". $name . "' AS segment_name")
|
||||
->selectExpr("'" . $name . "' AS segment_name")
|
||||
->offset($this->offset)
|
||||
->limit($this->batch_size)
|
||||
->findArray();
|
||||
|
Reference in New Issue
Block a user