diff --git a/src/Socialbox/SocialClient.php b/src/Socialbox/SocialClient.php index 6670a91..87ad32e 100644 --- a/src/Socialbox/SocialClient.php +++ b/src/Socialbox/SocialClient.php @@ -938,7 +938,7 @@ * @return bool Returns True if the field was added * @throws RpcException Thrown if there was an error with the RPC request */ - public function settingsAddInformationField(InformationFieldName|string $field, string $value, null|PrivacyState|string $privacy): bool + public function settingsAddInformationField(InformationFieldName|string $field, string $value, null|PrivacyState|string $privacy=null): bool { if($field instanceof InformationFieldName) {