Skip to content

Remove implicit nullable parameters#50

Open
jsongerber wants to merge 1 commit into
pfpayments:masterfrom
jsongerber:master
Open

Remove implicit nullable parameters#50
jsongerber wants to merge 1 commit into
pfpayments:masterfrom
jsongerber:master

Conversation

@jsongerber
Copy link
Copy Markdown

Having implicit nullable parameters is deprecated in PHP 8.4.

This fix replaces WC_Order $order = null by ?WC_Order $order = null (added ? to make it explicit).

This removes the deprecated notices.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant