From d602a5560369e3f7d1fe953e519dc3af5586b6a6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 9 Dec 2023 17:48:07 +0100 Subject: [PATCH] Tweak deprecated docs --- doc/deprecated.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/deprecated.rst b/doc/deprecated.rst index b624b569628..a5771ef4ec1 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -5,5 +5,8 @@ This document lists deprecated features in Twig 3.x. Deprecated features are kept for backward compatibility and removed in the next major release (a feature that was deprecated in Twig 3.x is removed in Twig 4.0). -The `twig_test_iterable` function is deprecated; use the native `is_iterable` -instead. +Functions +--------- + + * The `twig_test_iterable` function is deprecated; use the native + `is_iterable` instead.