Skip to content

Commit 2a8802a

Browse files
authored
Merge pull request #11305 from doctrine/typo
Remove extra word
2 parents 3907872 + 9cc11d2 commit 2a8802a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mapping/ClassMetadataFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ private function determineIdGeneratorStrategy(AbstractPlatform $platform): int
642642
configuration.
643643
We currently recommend "SEQUENCE" for "%s", when using DBAL 3,
644644
and "IDENTITY" when using DBAL 4,
645-
so you should use probably use the following configuration before upgrading to DBAL 4,
645+
so you should probably use the following configuration before upgrading to DBAL 4,
646646
and remove it after deploying that upgrade:
647647
648648
$configuration->setIdentityGenerationPreferences([

0 commit comments

Comments
 (0)