fix: set default value in method property

This commit is contained in:
Björn Fromme
2025-03-23 18:04:26 +01:00
parent f6573a25bc
commit 1b2fc78e8a
+1 -1
View File
@@ -108,7 +108,7 @@ class ApiClient
string $email, string $email,
string $password, string $password,
PersonalData $personalData, PersonalData $personalData,
bool $debug bool $debug = false
): Notification|PersonalData { ): Notification|PersonalData {
$data = [ $data = [
'user' => $this->config['bpn_username'], 'user' => $this->config['bpn_username'],