Skip to content

Commit

Permalink
Run phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 12, 2024
1 parent 8efd3c2 commit fc4e382
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/Migration/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@

use DateTime;
use InvalidArgumentException;
use Phinx\Config\Config;
use Phinx\Config\ConfigInterface;
use Phinx\Config\NamespaceAwareInterface;
use Phinx\Console\Command\AbstractCommand;
use Phinx\Migration\AbstractMigration;
use Phinx\Migration\Manager\Environment;
use Phinx\Migration\MigrationInterface;
Expand Down Expand Up @@ -1260,5 +1258,4 @@ public function resetSeeds(): void
{
$this->seeds = null;

Check warning on line 1259 in src/Migration/Manager.php

View check run for this annotation

Codecov / codecov/patch

src/Migration/Manager.php#L1259

Added line #L1259 was not covered by tests
}

}
1 change: 0 additions & 1 deletion tests/TestCase/Migration/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use DateTime;
use InvalidArgumentException;
use Migrations\Migration\Manager;
use Migrations\Test\RawBufferedOutput;
use Phinx\Config\Config;
use Phinx\Console\Command\AbstractCommand;
use Phinx\Db\Adapter\AdapterInterface;
Expand Down

0 comments on commit fc4e382

Please sign in to comment.