Fix PHPCS error.

This commit is contained in:
mark_story 2016-10-02 19:06:10 -04:00
parent e41ccdb701
commit 3587ac9976

View file

@ -3124,7 +3124,7 @@ class DboSource extends DataSource {
return (int)$length;
}
if (in_array($type, array('enum', 'set'))) {
$values = array_map(function($value) {
$values = array_map(function ($value) {
return trim(trim($value), '\'"');
}, explode(',', $length));