Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style(PHP): remove unacceptable empty lines
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Jun 12, 2024
commit 06c64fdbc6a0e5eed5b716d09638bd2603943ba5
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