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 6, 2023
1 parent f5c9505 commit c6c7e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Common/AbstractSQLDumpFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function testVerifyTableStructure(): void
$this->assertSame($this->translationType, $tableSchema?->getColumn('translation')->getType());

$foreignKeysExpected = [
"FK_yii_source_message_yii_message" => [
'FK_yii_source_message_yii_message' => [
0 => 'yii_source_message',
'id' => 'id',
],
Expand Down

0 comments on commit c6c7e2e

Please sign in to comment.