Automated formatting changes

This commit is contained in:
Formatter Bot 2021-05-28 18:30:16 +00:00
parent f72fcdaad9
commit a5b4ba4d5d
4 changed files with 9 additions and 17 deletions

View File

@ -18,13 +18,13 @@ use Modules\Billing\Models\BillTypeL11n;
use Modules\Billing\Models\PurchaseBillMapper; use Modules\Billing\Models\PurchaseBillMapper;
use Modules\Billing\Models\SalesBillMapper; use Modules\Billing\Models\SalesBillMapper;
use Modules\Billing\Models\StockBillMapper; use Modules\Billing\Models\StockBillMapper;
use phpOMS\Asset\AssetType;
use phpOMS\Contract\RenderableInterface; use phpOMS\Contract\RenderableInterface;
use phpOMS\Localization\ISO3166CharEnum;
use phpOMS\Localization\ISO3166NameEnum;
use phpOMS\Message\RequestAbstract; use phpOMS\Message\RequestAbstract;
use phpOMS\Message\ResponseAbstract; use phpOMS\Message\ResponseAbstract;
use phpOMS\Views\View; use phpOMS\Views\View;
use phpOMS\Asset\AssetType;
use phpOMS\Localization\ISO3166CharEnum;
use phpOMS\Localization\ISO3166NameEnum;
/** /**
* Billing class. * Billing class.

View File

@ -12,9 +12,6 @@
*/ */
declare(strict_types=1); declare(strict_types=1);
use phpOMS\Localization\Money;
use phpOMS\Utils\RnG\Name;
/* @todo: single month/quarter/fiscal year/calendar year */ /* @todo: single month/quarter/fiscal year/calendar year */
/* @todo: time range (<= 12 month = monthly view; else annual view/comparison) */ /* @todo: time range (<= 12 month = monthly view; else annual view/comparison) */
@ -22,4 +19,3 @@ use phpOMS\Utils\RnG\Name;
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
echo $this->getData('nav')->render(); echo $this->getData('nav')->render();
?>

View File

@ -13,7 +13,6 @@
declare(strict_types=1); declare(strict_types=1);
use phpOMS\Localization\Money; use phpOMS\Localization\Money;
use phpOMS\Utils\RnG\Name;
/* @todo: single month/quarter/fiscal year/calendar year */ /* @todo: single month/quarter/fiscal year/calendar year */
/* @todo: time range (<= 12 month = monthly view; else annual view/comparison) */ /* @todo: time range (<= 12 month = monthly view; else annual view/comparison) */

View File

@ -12,9 +12,6 @@
*/ */
declare(strict_types=1); declare(strict_types=1);
use phpOMS\Localization\Money;
use phpOMS\Utils\RnG\Name;
/* @todo: single month/quarter/fiscal year/calendar year */ /* @todo: single month/quarter/fiscal year/calendar year */
/* @todo: time range (<= 12 month = monthly view; else annual view/comparison) */ /* @todo: time range (<= 12 month = monthly view; else annual view/comparison) */