Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion best_practices/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ You could, for example, define a ``NUM_ITEMS`` constant in the ``Post`` entity:
The main advantage of defining constants is that you can use their values
everywhere in your application. When using parameters, they are only available
from places wih access to the Symfony container.
from places with access to the Symfony container.

Constants can be used for example in your Twig templates thanks to the
``constant()`` function:
Expand Down