Add typehint

This commit is contained in:
Alex P 2021-10-13 15:02:10 +03:00
parent d1faf0dbdb
commit 10937144a1
7 changed files with 39 additions and 36 deletions

View file

@ -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();
},
);