Skip to content

Commit

Permalink
Update src/DependencyInjection/Configuration.php
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Langlet <[email protected]>
  • Loading branch information
wbloszyk and VincentLanglet authored Jun 19, 2020
1 parent 733c89a commit edca82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function getConfigTreeBuilder()
// NEXT_MAJOR : remove this option
->booleanNode('legacy_twig_text_extension')
->info('Use text filters from "twig/extensions" instead of those provided by "twig/string-extra".')
->setDeprecated('The child node "%node%" at path "%path%" is deprecated and will be remove in sonata-project/admin-bundle 4.0.')
->setDeprecated('The child node "%node%" at path "%path%" is deprecated since sonata-project/admin-bundle 3.x and will be remove in 4.0.')
->defaultValue(static function (): bool {
@trigger_error(
'Using `true` as value for "sonata_admin.options.legacy_twig_text_extension" option is deprecated since sonata-project/admin-bundle 3.64. '.
Expand Down

0 comments on commit edca82a

Please sign in to comment.