We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3fc15 commit 33b3334Copy full SHA for 33b3334
bundles/best_practices.rst
@@ -170,7 +170,7 @@ This is not possible when using annotations/attributes to define the mapping.
170
Also, include explicit ``name`` values in the configuration for database tables
171
and columns, to make sure your code is independent of the Doctrine naming strategy
172
in use. Otherwise, for example when referring to columns in plain SQL queries,
173
-using different naming strategies may break your code. This may mean that the
+using different naming strategies may break your code. This may mean that the
174
database schema elements belonging to your bundle follow another convention than
175
the rest of the project.
176
0 commit comments