Fix some typos

This commit is contained in:
Rotzbua
2023-09-17 22:54:49 +02:00
parent 094604a87c
commit 51c68655fb
9 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@ use Doctrine\ORM\Mapping\ClassMetadataInfo;
/**
* Puts a prefix to each table.
* This way were used instead of using the built-in strategy from Doctrine, using `naming_strategy`
* Because it conflicts with the DefaultQuoteStrategy (that espace table name, like user for Postgres)
* Because it conflicts with the DefaultQuoteStrategy (that escape table name, like user for Postgres)
* see #1498 for more detail.
*
* Solution from :