Skip to content

Fix PHP 8.4 deprecations - #245

Open
khaperets wants to merge 1 commit into
docusign:masterfrom
khaperets:master
Open

khaperets wants to merge 1 commit into
docusign:masterfrom
khaperets:master

Conversation

@khaperets

Copy link
Copy Markdown

Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead

@khaperets

Copy link
Copy Markdown
Author

Issue #235

@khaperets

Copy link
Copy Markdown
Author

Replaced all matches:
__construct(array $data = null)
->
__construct(?array $data = null)

This branch has not been deployed

No deployments
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.

2 participants