From 9a29546e5c07c8ce96f894bd51d4b7de3d7e8a3e Mon Sep 17 00:00:00 2001 From: S38151 Date: Fri, 20 Dec 2019 15:05:04 +0100 Subject: [PATCH] fixed code style --- tests/Doctrine/Tests/DBAL/Schema/ForeignKeyConstraintTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Doctrine/Tests/DBAL/Schema/ForeignKeyConstraintTest.php b/tests/Doctrine/Tests/DBAL/Schema/ForeignKeyConstraintTest.php index 1631125484..66162ae2e6 100644 --- a/tests/Doctrine/Tests/DBAL/Schema/ForeignKeyConstraintTest.php +++ b/tests/Doctrine/Tests/DBAL/Schema/ForeignKeyConstraintTest.php @@ -60,8 +60,9 @@ public static function getIntersectsIndexColumnsData() : iterable ]; } - /** + * @param string|Table $foreignTableName + * * @group DBAL-1062 * @dataProvider getUnqualifiedForeignTableNameData */ @@ -72,7 +73,6 @@ public function testGetUnqualifiedForeignTableName($foreignTableName, string $ex self::assertSame($expectedUnqualifiedTableName, $foreignKey->getUnqualifiedForeignTableName()); } - /** * @return mixed[][] */