Update docblock

This commit is contained in:
dinamiko 2021-07-20 14:58:52 +02:00
parent 3d42b10f5a
commit 104743b2ec

View file

@ -25,9 +25,7 @@ use WooCommerce\PayPalCommerce\Onboarding\State;
class StatusReportModule implements ModuleInterface {
/**
* Setup the compatibility module.
*
* @return ServiceProviderInterface
* @inheritDoc
*/
public function setup(): ServiceProviderInterface {
return new ServiceProvider(
@ -37,9 +35,7 @@ class StatusReportModule implements ModuleInterface {
}
/**
* Run the compatibility module.
*
* @param ContainerInterface|null $container The Container.
* @inheritDoc
*/
public function run( ContainerInterface $container ): void {
/* @var State $state The state */
@ -131,9 +127,7 @@ class StatusReportModule implements ModuleInterface {
}
/**
* Returns the key for the module.
*
* @return string|void
* @inheritDoc
*/
public function getKey() {
}