Skip to content

Commit 487a195

Browse files
committed
refactor: 🎨 Drop redundant class docblock and @inheritdoc in module scaffold
1 parent 5e095ee commit 487a195

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

‎modules/ppcp-order-endpoints/src/OrderEndpointsModule.php‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,13 @@
2121
use WooCommerce\PayPalCommerce\Vendor\Inpsyde\Modularity\Module\ServiceModule;
2222
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;
2323

24-
/**
25-
* Class OrderEndpointsModule
26-
*/
2724
class OrderEndpointsModule implements ServiceModule, ExecutableModule {
2825
use ModuleClassNameIdTrait;
2926

30-
/**
31-
* {@inheritDoc}
32-
*/
3327
public function services(): array {
3428
return require __DIR__ . '/../services.php';
3529
}
3630

37-
/**
38-
* {@inheritDoc}
39-
*/
4031
public function run( ContainerInterface $c ): bool {
4132
add_action(
4233
'wc_ajax_' . ChangeCartEndpoint::ENDPOINT,

0 commit comments

Comments
 (0)