diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-05-08 17:08:52 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-05-08 17:08:52 +0200 |
| commit | a1fda2758e9c241ac3eb980ac8716dfedbe9dd3c (patch) | |
| tree | 2190f0478fb153efdb8ba48ebb574c7691f4f351 /lib/models/MvvContactRange.php | |
| parent | 244d00ed91ad2b4b83e902a45cd6def3d7bc7e86 (diff) | |
let phpcsfixer fix errors according to @PSR12 rules on lib/modelsphpcsfixer
Diffstat (limited to 'lib/models/MvvContactRange.php')
| -rw-r--r-- | lib/models/MvvContactRange.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/models/MvvContactRange.php b/lib/models/MvvContactRange.php index 85bdf63..60834b66d 100644 --- a/lib/models/MvvContactRange.php +++ b/lib/models/MvvContactRange.php @@ -134,7 +134,9 @@ class MvvContactRange extends ModuleManagementModel . join(',', array_map( function ($val) { return DBManager::get()->quote($val); - }, $val)) + }, + $val + )) . ') '; } else { $sql .= ' AND '.$column.' = ? '; |
