Fixed static analysis issues.

This commit is contained in:
Jan Böhmer 2022-09-11 19:14:16 +02:00
parent aa719ab79a
commit 0d0a04c36f
7 changed files with 13 additions and 8 deletions

View file

@ -21,6 +21,8 @@ class SelectColumn extends AbstractColumn
'className' => 'select-checkbox no-colvis',
'visible' => true,
]);
return $this;
}
public function normalize($value)