Auto-fix PHPCS

This commit is contained in:
Anton Ukhanev 2021-08-30 08:08:41 +02:00
parent 3cfe111b4b
commit 3a72a73ae3
10 changed files with 20 additions and 20 deletions

View file

@ -28,7 +28,7 @@ use WooCommerce\PayPalCommerce\WcGateway\Exception\NotFoundException;
class SubscriptionModule implements ModuleInterface {
/**
* {@inheritDoc}
* {@inheritDoc}
*/
public function setup(): ServiceProviderInterface {
return new ServiceProvider(
@ -38,7 +38,7 @@ class SubscriptionModule implements ModuleInterface {
}
/**
* {@inheritDoc}
* {@inheritDoc}
*/
public function run( ContainerInterface $container ): void {
add_action(