brevo-php
brevo-php copied to clipboard
Fix Implicitly marking parameters
Replaced
(array $data = null)
with
(?array $data = null)
to fix deprecation warnings due to php 8.4 on implicitly nullable parameters
