style(PHP): remove unacceptable empty lines

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2024-06-12 14:58:27 +02:00
parent 3b840dfb79
commit 495ccc9bec
No known key found for this signature in database
GPG key ID: 7424F1874854DF23
2 changed files with 0 additions and 2 deletions

View file

@ -63,7 +63,6 @@ class OCJSController extends Controller {
IInitialStateService $initialStateService,
IProvider $tokenProvider,
) {
parent::__construct($appName, $request);
$this->helper = new JSConfigHelper(

View file

@ -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];