diff --git a/src/Util/InstallationUtil.php b/src/Util/InstallationUtil.php index 068cab42..161a5cd5 100644 --- a/src/Util/InstallationUtil.php +++ b/src/Util/InstallationUtil.php @@ -64,10 +64,12 @@ public static function interactiveInstall() try { $context = static::createApiContextWithoutConstructor(); - $environmentType = new BunqEnumApiEnvironmentType(static::readLine( - self::PROMPT_ENVIRONMENT, - self::ERROR_EMPTY_ENVIRONMENT - )); + $environmentType = new BunqEnumApiEnvironmentType( + static::readLine( + self::PROMPT_ENVIRONMENT, + self::ERROR_EMPTY_ENVIRONMENT + ) + ); static::setPrivateProperty($context, self::PROPERTY_ENVIRONMENT_TYPE, $environmentType); $apiKey = static::readLine(