10000 Removed an uneeded deprecation notice by javiereguiluz · Pull Request #8644 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Removed an uneeded deprecation notice #8644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
Next Next commit
Removed an uneeded deprecation notice
  • Loading branch information
javiereguiluz committed Nov 13, 2017
commit 525f9d1ce9059a4e3f7ae78d2516f5e4c3ff9ba8
3 changes: 1 addition & 2 deletions reference/configuration/twig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ TwigBundle Configuration ("twig")
paths:
'%kernel.project_dir%/vendor/acme/foo-bar/templates': foo_bar

# The following were added in Symfony 2.7.
date:
format: d.m.Y, H:i:s
interval_format: '%%d days'
Expand Down Expand Up @@ -91,7 +90,7 @@ TwigBundle Configuration ("twig")

<twig:global key="foo" id="bar" type="service" />
<twig:global key="pi">3.14</twig:global>

<twig:date format="d.m.Y, H:i:s" interval-format="%d days" timezone="Asia/Tokyo" />
<twig:number-format decimals="2" decimal-point="," thousands-separator="." />

Expand Down
0