Skip to content

Commit

Permalink
style(PHP): remove unacceptable empty lines
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Jun 12, 2024
1 parent eb1084b commit 2da6020
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/Controller/OCJSController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public function __construct(string $appName,
IInitialStateService $initialStateService,
IProvider $tokenProvider,
) {

parent::__construct($appName, $request);

$this->helper = new JSConfigHelper(
Expand Down
1 change: 0 additions & 1 deletion lib/private/Template/JSConfigHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
use OCP\Util;

class JSConfigHelper {

/** @var array user back-ends excluded from password verification */
private $excludedUserBackEnds = ['user_saml' => true, 'user_globalsiteselector' => true];

Expand Down

0 comments on commit 2da6020

Please sign in to comment.