Skip to content

Fix PHP 8.4 deprecations#245

Open
khaperets wants to merge 1 commit intodocusign:masterfrom
khaperets:master
Open

Fix PHP 8.4 deprecations#245
khaperets wants to merge 1 commit intodocusign:masterfrom
khaperets:master

Conversation

@khaperets
Copy link

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

@khaperets
Copy link
Author

Issue #235

@khaperets
Copy link
Author

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

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