Skip to content

Commit 6b34dd3

Browse files
Update best_practices.rst
1 parent aa97ace commit 6b34dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Use Constants to Define Options that Rarely Change
130130
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131131

132132
Configuration options like the number of items to display in some listing rarely
133-
change. Instead of defining them as :ref:`service container parameters <configuration-parameters>`,
133+
change. Instead of defining them as :ref:`configuration parameters <configuration-parameters>`,
134134
define them as PHP constants in the related classes. Example::
135135

136136
// src/Entity/Post.php

0 commit comments

Comments
 (0)