mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Add typehint
This commit is contained in:
parent
d1faf0dbdb
commit
10937144a1
7 changed files with 39 additions and 36 deletions
|
@ -10,7 +10,7 @@ declare(strict_types=1);
|
|||
namespace WooCommerce\PayPalCommerce\StatusReport;
|
||||
|
||||
return array(
|
||||
'status-report.renderer' => static function ( $container ): Renderer {
|
||||
'status-report.renderer' => static function (): Renderer {
|
||||
return new Renderer();
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue