Skip to content

Commit f492ea9

Browse files
committed
docs: add formatting advice
1 parent 5e345de commit f492ea9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user_guide_src/source/outgoing/localization.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ Previously saved keys do not change.
273273
274274
.. literalinclude:: localization/019.php
275275

276+
The language files generated will most likely not conform to your coding standards.
277+
It is recommended to format them. For example, run ``vendor/bin/php-cs-fixer fix ./app/Language`` if ``php-cs-fixer`` is installed.
276278

277279
.. note:: The command ignores **app/Language/** path.
278280

0 commit comments

Comments
 (0)