Problem/Motivation
Implicitly marking a parameter as nullable is deprecated in PHP8.4
FILE: .../contrib/commerce_saferpay/src/Plugin/Commerce/PaymentGateway/Saferpay.php
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------------
355 | WARNING | Implicitly marking a parameter as nullable is deprecated since
| | PHP 8.4. Update the type to be explicitly nullable instead.
| | Found implicitly nullable parameter: $amount.
403 | WARNING | Implicitly marking a parameter as nullable is deprecated since
| | PHP 8.4. Update the type to be explicitly nullable instead.
| | Found implicitly nullable parameter: $amount.
--------------------------------------------------------------------------------
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork commerce_saferpay-3574568
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 #5
berdirMerged.