From afb88c0c67be5cb6a45fe8e7c32fdbf0d213fa9a Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 11 May 2020 17:11:31 +0200 Subject: [PATCH] phpcs: remove excessive whitespace --- tests/lib/SimpleSAML/Utils/HTTPTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lib/SimpleSAML/Utils/HTTPTest.php b/tests/lib/SimpleSAML/Utils/HTTPTest.php index 96ce29e4e..09b9f699b 100644 --- a/tests/lib/SimpleSAML/Utils/HTTPTest.php +++ b/tests/lib/SimpleSAML/Utils/HTTPTest.php @@ -5,7 +5,6 @@ declare(strict_types=1); namespace SimpleSAML\Test\Utils; use PHPUnit\Framework\TestCase; - use SimpleSAML\Configuration; use SimpleSAML\Error; use SimpleSAML\Test\Utils\ClearStateTestCase; -- GitLab