mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Auto-fix PHPCS
This commit is contained in:
parent
3cfe111b4b
commit
3a72a73ae3
10 changed files with 20 additions and 20 deletions
|
@ -21,7 +21,7 @@ use Psr\Container\ContainerInterface;
|
|||
class SessionModule implements ModuleInterface {
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function setup(): ServiceProviderInterface {
|
||||
return new ServiceProvider(
|
||||
|
@ -31,7 +31,7 @@ class SessionModule implements ModuleInterface {
|
|||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function run( ContainerInterface $container ): void {
|
||||
add_action(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue