mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
style(PHP): remove unacceptable empty lines
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
3b840dfb79
commit
495ccc9bec
2 changed files with 0 additions and 2 deletions
|
|
@ -63,7 +63,6 @@ class OCJSController extends Controller {
|
|||
IInitialStateService $initialStateService,
|
||||
IProvider $tokenProvider,
|
||||
) {
|
||||
|
||||
parent::__construct($appName, $request);
|
||||
|
||||
$this->helper = new JSConfigHelper(
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@ use OCP\User\Backend\IPasswordConfirmationBackend;
|
|||
use OCP\Util;
|
||||
|
||||
class JSConfigHelper {
|
||||
|
||||
/** @var array user back-ends excluded from password verification */
|
||||
private $excludedUserBackEnds = ['user_saml' => true, 'user_globalsiteselector' => true];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue