1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12629] Rename errors_show to show_errors

PHPBB3-12629
This commit is contained in:
rubencm
2018-09-13 14:40:47 +00:00
committed by Marc Alexander
parent ba088f6bdc
commit 6643c904d5
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class container_configuration implements ConfigurationInterface
->booleanNode('load_time')->defaultValue(false)->end()
->booleanNode('sql_explain')->defaultValue(false)->end()
->booleanNode('memory')->defaultValue(false)->end()
->booleanNode('errors_show')->defaultValue(false)->end()
->booleanNode('show_errors')->defaultValue(false)->end()
->end()
->end()
->arrayNode('twig')