aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Security/RemoteHostValidatorIntegrationTest.php
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2023-01-20 15:26:17 +0100
committerGitHub <noreply@github.com>2023-01-20 15:26:17 +0100
commit3f231d68d7066d605f261f652f5263613d56ada4 (patch)
treee7ee5a3e8b7ab5292d7b8dfdcb024726304d4894 /tests/lib/Security/RemoteHostValidatorIntegrationTest.php
parent473c546b5c562e19ba8f9d3aef9cd64d2458cda7 (diff)
parentf5c361cf44739058b79f322576a1bad2d8c142d9 (diff)
downloadnextcloud-server-3f231d68d7066d605f261f652f5263613d56ada4.tar.gz
nextcloud-server-3f231d68d7066d605f261f652f5263613d56ada4.zip
Merge pull request #36271 from nextcloud/fix/fix-codestyle
Fix codestyle using codesniffer
Diffstat (limited to 'tests/lib/Security/RemoteHostValidatorIntegrationTest.php')
-rw-r--r--tests/lib/Security/RemoteHostValidatorIntegrationTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Security/RemoteHostValidatorIntegrationTest.php b/tests/lib/Security/RemoteHostValidatorIntegrationTest.php
index 73cbbd7b0e8..3cf99161b77 100644
--- a/tests/lib/Security/RemoteHostValidatorIntegrationTest.php
+++ b/tests/lib/Security/RemoteHostValidatorIntegrationTest.php
@@ -35,7 +35,6 @@ use Psr\Log\NullLogger;
use Test\TestCase;
class RemoteHostValidatorIntegrationTest extends TestCase {
-
/** @var IConfig|IConfig&MockObject|MockObject */
private IConfig $config;
private RemoteHostValidator $validator;