brevo-php icon indicating copy to clipboard operation
brevo-php copied to clipboard

Fix Implicitly marking parameters

Open rvhoyt opened this issue 6 months ago • 1 comments

Replaced (array $data = null) with (?array $data = null) to fix deprecation warnings due to php 8.4 on implicitly nullable parameters

rvhoyt avatar Aug 13 '25 20:08 rvhoyt

Quality Gate Failed Quality Gate failed

Failed conditions
98.8% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

sonarqubecloud[bot] avatar Aug 13 '25 20:08 sonarqubecloud[bot]