The expression return $this->get('loginAccounts') also could return the type mixed which is incompatible with the documented return type dukt\social\services\LoginAccounts.
Loading history...
30
}
31
32
/**
33
* Returns the loginProviders service.
34
*
35
* @return \dukt\social\services\LoginProviders The loginProviders service
The expression return $this->get('loginProviders') also could return the type mixed which is incompatible with the documented return type dukt\social\services\LoginProviders.