Skip to content

Commit

Permalink
Manually fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Nov 12, 2020
1 parent fde70f8 commit 859a7bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/Doctrine/Migrations/Tests/MigratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public function testWriteSqlFile(string $path, string $from, ?string $to, array
$outputWriter->expects(self::atLeastOnce())
->method('write');

/** @var Configuration|MockObject $migration */
$config = $this->createMock(Configuration::class);

$dependencyFactory = $this->createMock(DependencyFactory::class);
Expand Down
1 change: 0 additions & 1 deletion tests/Doctrine/Migrations/Tests/Version/VersionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ public function testWriteSqlFileShouldUseStandardCommentMarkerInSql(): void

$connection = $this->getSqliteConnection();

/** @var Configuration|MockObject $migration */
$config = $this->getMockBuilder(Configuration::class)
->disableOriginalConstructor()
->setMethods([
Expand Down

0 comments on commit 859a7bd

Please sign in to comment.