Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 9, 2024
1 parent 9598d58 commit a302e5b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/Schema/AbstractTableSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace Yiisoft\Db\Schema;

use Yiisoft\Db\Exception\NotSupportedException;

use function array_keys;

/**
Expand Down
2 changes: 0 additions & 2 deletions src/Schema/TableSchemaInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace Yiisoft\Db\Schema;

use Yiisoft\Db\Exception\NotSupportedException;

/**
* Represents the metadata of a database table.
*
Expand Down
1 change: 0 additions & 1 deletion tests/AbstractTableSchemaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Yiisoft\Db\Tests;

use PHPUnit\Framework\TestCase;
use Yiisoft\Db\Exception\NotSupportedException;
use Yiisoft\Db\Tests\Support\Stub\ColumnSchema;
use Yiisoft\Db\Tests\Support\Stub\TableSchema;
use Yiisoft\Db\Tests\Support\TestTrait;
Expand Down

0 comments on commit a302e5b

Please sign in to comment.