mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix use order/unused
This commit is contained in:
parent
8815028589
commit
9a09993336
|
|
@ -14,8 +14,8 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Dispatcher;
|
namespace phpOMS\Dispatcher;
|
||||||
|
|
||||||
use phpOMS\Autoloader;
|
|
||||||
use phpOMS\ApplicationAbstract;
|
use phpOMS\ApplicationAbstract;
|
||||||
|
use phpOMS\Autoloader;
|
||||||
use phpOMS\Module\ModuleAbstract;
|
use phpOMS\Module\ModuleAbstract;
|
||||||
use phpOMS\System\File\PathException;
|
use phpOMS\System\File\PathException;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
||||||
namespace phpOMS\Validation\Base;
|
namespace phpOMS\Validation\Base;
|
||||||
|
|
||||||
use phpOMS\Validation\ValidatorAbstract;
|
use phpOMS\Validation\ValidatorAbstract;
|
||||||
use phpOMS\Utils\ArrayUtils;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validate date.
|
* Validate date.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||||
|
|
||||||
use phpOMS\DataStorage\Database\Schema\Grammar\OracleGrammar;
|
use phpOMS\DataStorage\Database\Schema\Grammar\OracleGrammar;
|
||||||
use phpOMS\Utils\TestUtils;
|
|
||||||
|
|
||||||
class OracleGrammarTest extends \PHPUnit\Framework\TestCase
|
class OracleGrammarTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||||
|
|
||||||
use phpOMS\DataStorage\Database\Schema\Grammar\PostgresGrammar;
|
use phpOMS\DataStorage\Database\Schema\Grammar\PostgresGrammar;
|
||||||
use phpOMS\Utils\TestUtils;
|
|
||||||
|
|
||||||
class PostgresGrammarTest extends \PHPUnit\Framework\TestCase
|
class PostgresGrammarTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||||
|
|
||||||
use phpOMS\DataStorage\Database\Schema\Grammar\SqlServerGrammar;
|
use phpOMS\DataStorage\Database\Schema\Grammar\SqlServerGrammar;
|
||||||
use phpOMS\Utils\TestUtils;
|
|
||||||
|
|
||||||
class SqlServerGrammarTest extends \PHPUnit\Framework\TestCase
|
class SqlServerGrammarTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
namespace phpOMS\tests\Utils\Barcode;
|
namespace phpOMS\tests\Utils\Barcode;
|
||||||
|
|
||||||
use phpOMS\Utils\Barcode\C128Abstract;
|
use phpOMS\Utils\Barcode\C128Abstract;
|
||||||
use phpOMS\Utils\Barcode\OrientationType;
|
|
||||||
|
|
||||||
class C128AbstractTest extends \PHPUnit\Framework\TestCase
|
class C128AbstractTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user