<?php /** * The admin notice module. * * @package WooCommerce\PayPalCommerce\Button */ declare(strict_types=1); namespace WooCommerce\PayPalCommerce\AdminNotices; return static function (): AdminNotices { return new AdminNotices(); };