'reset' of type string is incompatible with the type array expected by parameter $args of SilverStripe\View\ViewableData::create().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
31
CheckboxField::create(/** @scrutinizer ignore-type */ 'reset', 'Reset the Token ID to disable this user\'s remote login')
This check marks private properties in classes that are never used. Those properties can be removed.