new SIlverStripe\LDAP\Au...ors\LDAPAuthenticator() of type SIlverStripe\LDAP\Authenticators\LDAPAuthenticator 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
22
$handler = LDAPChangePasswordHandler::create('foo', /** @scrutinizer ignore-type */ new LDAPAuthenticator)
'foo' 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
22
$handler = LDAPChangePasswordHandler::create(/** @scrutinizer ignore-type */ 'foo', new LDAPAuthenticator)