Problem/Motivation
PHP Deprecated: Drupal\\payment\\Plugin\\Action\\SetStatus::execute(): Implicitly marking parameter $payment as nullable is deprecated, the explicit nullable type must be used instead
- payment/src/Plugin/Action/SetStatus.php on line 77
- payment/src/Plugin/Action/SetStatus.php on line 120
- payment/src/Plugin/Action/UnsetLineItem.php on line 51
- payment/src/Plugin/Action/UnsetLineItem.php on line 91
Issue fork payment-3601876
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
joshahubbers commentedComment #5
berdirI merged #3604106: PHP 8.4 deprecation: Implicitly marking parameter $items as nullable in payment_reference_entity_field_access(), after a rebase the only cases that are left add a type, those are optional and aren't required and also possibly not BC safe.