From cec28410c6175f7abc3e521dc0a44c43e6094dd8 Mon Sep 17 00:00:00 2001 From: Timo Bakx Date: Mon, 29 Oct 2018 10:31:00 +0100 Subject: [PATCH] Minor table layout fix --- reference/constraints/File.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/constraints/File.rst b/reference/constraints/File.rst index bf4cdac2fd4..5dae12f25be 100644 --- a/reference/constraints/File.rst +++ b/reference/constraints/File.rst @@ -250,8 +250,8 @@ You can use the following parameters in this message: +-----------------+----------------------------------------+ | ``{{ file }}`` | Absolute file path | +-----------------+----------------------------------------+ -| ``{{ name }}`` | Base file name | -+------------------+---------------------------------------+ +| ``{{ name }}`` | Base file name | ++-----------------+----------------------------------------+ .. versionadded:: 4.2 The ``{{ name }}`` parameter was introduced in Symfony 4.2. @@ -271,8 +271,8 @@ You can use the following parameters in this message: +================+====================+ | ``{{ file }}`` | Absolute file path | +----------------+--------------------+ -| ``{{ name }}`` | Base file name | -+------------------+------------------+ +| ``{{ name }}`` | Base file name | ++----------------+--------------------+ .. versionadded:: 4.2 The ``{{ name }}`` parameter was introduced in Symfony 4.2.