Skip to content

Commit

Permalink
fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
S38151 committed Dec 20, 2019
1 parent f079853 commit 9a29546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Doctrine/Tests/DBAL/Schema/ForeignKeyConstraintTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ public static function getIntersectsIndexColumnsData() : iterable
];
}


/**
* @param string|Table $foreignTableName
*
* @group DBAL-1062
* @dataProvider getUnqualifiedForeignTableNameData
*/
Expand All @@ -72,7 +73,6 @@ public function testGetUnqualifiedForeignTableName($foreignTableName, string $ex
self::assertSame($expectedUnqualifiedTableName, $foreignKey->getUnqualifiedForeignTableName());
}


/**
* @return mixed[][]
*/
Expand Down

0 comments on commit 9a29546

Please sign in to comment.