Skip to content

Commit 33b3334

Browse files
authored
I ran out of whitespace characters, so I'll have to pick one from here. Nobody is going to miss it, and I can make use of it elsewhere.
1 parent 4a3fc15 commit 33b3334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ This is not possible when using annotations/attributes to define the mapping.
170170
Also, include explicit ``name`` values in the configuration for database tables
171171
and columns, to make sure your code is independent of the Doctrine naming strategy
172172
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
173+
using different naming strategies may break your code. This may mean that the
174174
database schema elements belonging to your bundle follow another convention than
175175
the rest of the project.
176176

0 commit comments

Comments
 (0)