diff --git a/lib/SimpleSAML/Utils/Auth.php b/lib/SimpleSAML/Utils/Auth.php index 7df2b9dfba9c8f90491783c5e5e3cccd11ec0c44..c3cf2d10bfb1f66db84de640b89ac5fa7410e09c 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 b84226d6188aef191eec0ff2f8b2186fad18d6b8..0c916707af07f76c63f482f26734aa78bcfa036c 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()); }