new language strings and updated code

This commit is contained in:
James Cole
2018-07-28 06:27:30 +02:00
parent 0ccc1271a6
commit 07ae64693e
49 changed files with 298 additions and 269 deletions

View File

@@ -48,6 +48,7 @@ class ApiContext
*
* @throws FireflyException
* @return BunqApiContext|FakeApiContext
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
*/
public function create(BunqEnumApiEnvironmentType $environmentType, string $apiKey, string $description, array $permittedIps, string $proxyUrl = null
) {