codingstandards for subscription module

This commit is contained in:
David Remer 2020-08-27 11:50:10 +03:00
parent cfbd3ae428
commit 7af7ace569
11 changed files with 470 additions and 294 deletions

View file

@ -1,7 +1,10 @@
<?php
/**
* The extensions.
*
* @package Inpsyde\PayPalCommerce\Subscription
*/
declare(strict_types=1);
return [
];
return array();