Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d68ee9d

Browse files
committed
- fix Codestyle in Tests
1 parent 74948a9 commit d68ee9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/DeepLTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ public function testLanguages()
373373
$this->assertArrayHasKey('language', $language);
374374
$this->assertArrayHasKey('name', $language);
375375
}
376-
377376
}
378377

379378
/**
@@ -391,7 +390,7 @@ public function testbuildBaseUrl()
391390

392391
$buildUrl = self::getMethod('\BabyMarkt\DeepL\DeepL', 'buildBaseUrl');
393392

394-
$return = $buildUrl->invokeArgs($deepl,array());
393+
$return = $buildUrl->invokeArgs($deepl, array());
395394

396395
$this->assertEquals($expectedString, $return);
397396
}
@@ -412,7 +411,7 @@ public function testbuildBaseUrlHost()
412411

413412
$buildUrl = self::getMethod('\BabyMarkt\DeepL\DeepL', 'buildBaseUrl');
414413

415-
$return = $buildUrl->invokeArgs($deepl,array());
414+
$return = $buildUrl->invokeArgs($deepl, array());
416415

417416
$this->assertEquals($expectedString, $return);
418417
}

0 commit comments

Comments
 (0)