From 4d2c586b244b68bc404c0cc4365be64ce6133a33 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Thu, 6 Jan 2022 13:25:21 +0000
Subject: [PATCH] phpmd

---
 lib/SimpleSAML/Utils/Auth.php                   | 1 -
 tests/modules/core/lib/Controller/LoginTest.php | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/SimpleSAML/Utils/Auth.php b/lib/SimpleSAML/Utils/Auth.php
index 7df2b9dfb..c3cf2d10b 100644
--- a/lib/SimpleSAML/Utils/Auth.php
+++ b/lib/SimpleSAML/Utils/Auth.php
@@ -16,7 +16,6 @@ use SimpleSAML\Session;
  */
 class Auth
 {
-
     /**
      * Retrieve an admin logout URL.
      *
diff --git a/tests/modules/core/lib/Controller/LoginTest.php b/tests/modules/core/lib/Controller/LoginTest.php
index b84226d61..0c916707a 100644
--- a/tests/modules/core/lib/Controller/LoginTest.php
+++ b/tests/modules/core/lib/Controller/LoginTest.php
@@ -56,7 +56,7 @@ class LoginTest extends ClearStateTestCase
     {
         $c = new Controller\Login($this->config);
         /** @var \SimpleSAML\XHTML\Template $response */
-	$response = $c->welcome();
+        $response = $c->welcome();
         $this->assertInstanceOf(Template::class, $response);
         $this->assertEquals('core:welcome.twig', $response->getTemplateName());
     }
-- 
GitLab