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 aa97ace commit 6b34dd3Copy full SHA for 6b34dd3
best_practices.rst
@@ -130,7 +130,7 @@ Use Constants to Define Options that Rarely Change
130
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131
132
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>`,
+change. Instead of defining them as :ref:`configuration parameters <configuration-parameters>`,
134
define them as PHP constants in the related classes. Example::
135
136
// src/Entity/Post.php
0 commit comments