Skip to content

Fix Implicitly marking parameters#81

Open
rvhoyt wants to merge 1 commit intogetbrevo:mainfrom
rvhoyt:main
Open

Fix Implicitly marking parameters#81
rvhoyt wants to merge 1 commit intogetbrevo:mainfrom
rvhoyt:main

Conversation

@rvhoyt
Copy link

@rvhoyt rvhoyt commented Aug 13, 2025

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

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

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

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments