8000 Merge branch '6.4' into 7.1 · symfonyaml/symfony@f549ad4 · GitHub
[go: up one dir, main page]

Skip to content

Commit f549ad4

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: fix CS
2 parents 2ff3519 + 360e546 commit f549ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ public function testConfigureSchemaOracleSequenceNameSuffixed()
760760

761761
$connection = new Connection(['table_name' => 'messenger_messages'], $driverConnection);
762762
$connection->configureSchema($schema, $driverConnection, fn () => true);
763-
763+
764764
$expectedSuffix = '_seq';
765765
$sequences = $schema->getSequences();
766766
$this->assertCount(1, $sequences);

0 commit comments

Comments
 (0)
0