mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix PHPCS error.
This commit is contained in:
parent
e41ccdb701
commit
3587ac9976
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue