mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 01:38: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;
|
||||
|
||||
use phpOMS\Autoloader;
|
||||
use phpOMS\ApplicationAbstract;
|
||||
use phpOMS\Autoloader;
|
||||
use phpOMS\Module\ModuleAbstract;
|
||||
use phpOMS\System\File\PathException;
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
|||
namespace phpOMS\Validation\Base;
|
||||
|
||||
use phpOMS\Validation\ValidatorAbstract;
|
||||
use phpOMS\Utils\ArrayUtils;
|
||||
|
||||
/**
|
||||
* Validate date.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Grammar\OracleGrammar;
|
||||
use phpOMS\Utils\TestUtils;
|
||||
|
||||
class OracleGrammarTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Grammar\PostgresGrammar;
|
||||
use phpOMS\Utils\TestUtils;
|
||||
|
||||
class PostgresGrammarTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Grammar\SqlServerGrammar;
|
||||
use phpOMS\Utils\TestUtils;
|
||||
|
||||
class SqlServerGrammarTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
namespace phpOMS\tests\Utils\Barcode;
|
||||
|
||||
use phpOMS\Utils\Barcode\C128Abstract;
|
||||
use phpOMS\Utils\Barcode\OrientationType;
|
||||
|
||||
class C128AbstractTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user