fixed coding style issue

Signed-off-by: Konrad Abicht <hi@inspirito.de>
This commit is contained in:
Konrad Abicht 2021-02-09 15:40:19 +01:00
parent b38a619212
commit a28705064b
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}