Skip to content

Commit 2da6020

Browse files
committed
style(PHP): remove unacceptable empty lines
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent eb1084b commit 2da6020

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

core/Controller/OCJSController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public function __construct(string $appName,
6363
IInitialStateService $initialStateService,
6464
IProvider $tokenProvider,
6565
) {
66-
6766
parent::__construct($appName, $request);
6867

6968
$this->helper = new JSConfigHelper(

lib/private/Template/JSConfigHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
use OCP\Util;
5959

6060
class JSConfigHelper {
61-
6261
/** @var array user back-ends excluded from password verification */
6362
private $excludedUserBackEnds = ['user_saml' => true, 'user_globalsiteselector' => true];
6463

0 commit comments

Comments
 (0)