mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
phpcbf
This commit is contained in:
parent
61d24eede6
commit
cfbd3ae428
52 changed files with 3985 additions and 4147 deletions
|
@ -9,16 +9,14 @@ use Dhii\Modular\Module\ModuleInterface;
|
|||
use Interop\Container\ServiceProviderInterface;
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
||||
class PluginModule implements ModuleInterface
|
||||
{
|
||||
class PluginModule implements ModuleInterface {
|
||||
|
||||
public function setup(): ServiceProviderInterface
|
||||
{
|
||||
return new ServiceProvider([], []);
|
||||
}
|
||||
|
||||
public function run(ContainerInterface $container)
|
||||
{
|
||||
// TODO: Implement run() method.
|
||||
}
|
||||
public function setup(): ServiceProviderInterface {
|
||||
return new ServiceProvider( array(), array() );
|
||||
}
|
||||
|
||||
public function run( ContainerInterface $container ) {
|
||||
// TODO: Implement run() method.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue