Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c25e596

Browse files
committed
Fixed errors caught by CI
1 parent 189a920 commit c25e596

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ because the configuration started to get bigger:
241241
->secret('SOME_SECRET')
242242
->profiler()
243243
->onlyExceptions(false)
244+
;
244245
};
245246
246247
This also loads annotation routes from an ``src/Controller/`` directory, which

configuration/override_dir_structure.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ configuration option to define your own translations directory (use :ref:`framew
189189
return static function (FrameworkConfig $framework) {
190190
$framework->translator()
191191
->defaultPath('%kernel.project_dir%/i18n')
192+
;
192193
};
193194
194195
.. _override-web-dir:

0 commit comments

Comments
 (0)