mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Remove unneeded nullability
This commit is contained in:
parent
ffa213dde0
commit
6f45ed3472
1 changed files with 2 additions and 2 deletions
|
@ -148,9 +148,9 @@ class WCGatewayModule implements ModuleInterface {
|
|||
/**
|
||||
* Registers the payment gateways.
|
||||
*
|
||||
* @param ContainerInterface|null $container The container.
|
||||
* @param ContainerInterface $container The container.
|
||||
*/
|
||||
private function register_payment_gateways( ContainerInterface $container = null ) {
|
||||
private function register_payment_gateways( ContainerInterface $container ) {
|
||||
|
||||
add_filter(
|
||||
'woocommerce_payment_gateways',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue