summaryrefslogtreecommitdiffstats
path: root/tests/Core
diff options
context:
space:
mode:
authorKonrad Abicht <hi@inspirito.de>2021-02-09 15:40:19 +0100
committerKonrad Abicht <hi@inspirito.de>2021-02-09 15:40:19 +0100
commita28705064b26e1714a4ec9b17366194afad2670d (patch)
treec43007018df8a44785598b126134ef93c1de3c18 /tests/Core
parentb38a619212f79708e0525eca8a9d7a97727913c5 (diff)
downloadnextcloud-server-a28705064b26e1714a4ec9b17366194afad2670d.tar.gz
nextcloud-server-a28705064b26e1714a4ec9b17366194afad2670d.zip
fixed coding style issue
Signed-off-by: Konrad Abicht <hi@inspirito.de>
Diffstat (limited to 'tests/Core')
-rw-r--r--tests/Core/Data/LoginFlowV2CredentialsTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Core/Data/LoginFlowV2CredentialsTest.php b/tests/Core/Data/LoginFlowV2CredentialsTest.php
index 4b43a993487..e20a5fc9622 100644
--- a/tests/Core/Data/LoginFlowV2CredentialsTest.php
+++ b/tests/Core/Data/LoginFlowV2CredentialsTest.php
@@ -26,7 +26,6 @@ use OC\Core\Data\LoginFlowV2Credentials;
use Test\TestCase;
class LoginFlowV2CredentialsTest extends TestCase {
-
private function createInstance(string $server, string $loginName, string $appPassword) {
return new LoginFlowV2Credentials($server, $loginName, $appPassword);
}