Enforce array trailling commas
[MAILPOET-2090]
This commit is contained in:
@@ -153,7 +153,7 @@ class Handler {
|
||||
// filters
|
||||
'filter' => (isset($data['filter']) ? $data['filter'] : null),
|
||||
// selection
|
||||
'selection' => (isset($data['selection']) ? $data['selection'] : null)
|
||||
'selection' => (isset($data['selection']) ? $data['selection'] : null),
|
||||
];
|
||||
|
||||
return $data;
|
||||
|
Reference in New Issue
Block a user