8000 fix CS · symfonyaml/symfony@360e546 · GitHub
[go: up one dir, main page]

Skip to content

Commit 360e546

Browse files
committed
fix CS
1 parent cb40d76 commit 360e546

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
@@ -707,7 +707,7 @@ public function testConfigureSchemaOracleSequenceNameSuffixed()
707707

708708
$connection = new Connection(['table_name' => 'messenger_messages'], $driverConnection);
709709
$connection->configureSchema($schema, $driverConnection, fn () => true);
710-
710+
711711
$expectedSuffix = '_seq';
712712
$sequences = $schema->getSequences();
713713
$this->assertCount(1, $sequences);

0 commit comments

Comments
 (0)
0