minor #3329 Deprecation documentation indentation (alexlongshaw)

This PR was merged into the 2.x branch.

Discussion
----------

Deprecation documentation indentation

Fix the indentation in Errors on "Deprecated Features" and add missing full stop

Commits
-------

af2ab405 Deprecation documentation indentation
This commit is contained in:
Fabien Potencier
2020-05-18 08:42:19 +02:00
+4 -4
View File
@@ -21,9 +21,9 @@ Inheritance
Errors
------
* Passing a string as the ``$source`` argument on ``\Twig\Error\Error`` /
``Twig\Error\Error`` constructor is deprecated since Twig 2.6.1. Pass an
instance of ``Twig\Source`` instead.
* Passing a string as the ``$source`` argument on ``\Twig\Error\Error`` /
``Twig\Error\Error`` constructor is deprecated since Twig 2.6.1. Pass an
instance of ``Twig\Source`` instead.
Tags
----
@@ -41,7 +41,7 @@ Tags
* Adding an ``if`` condition on a ``for`` tag is deprecated in Twig 2.10. Use a
``filter`` filter or an "if" condition inside the "for" body instead (if your condition
depends on a variable updated inside the loop)
depends on a variable updated inside the loop).
Final Classes
-------------