Skip to content

Commit cecc740

Browse files
committed
minor #10597 Minor table layout fix (TimoBakx)
This PR was merged into the master branch. Discussion ---------- Minor table layout fix This is a minor table layout fix for the changes added earlier. This only applies to master (table rows added for Symfony 4.2). Commits ------- cec2841 Minor table layout fix
2 parents f274236 + cec2841 commit cecc740

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/constraints/File.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ You can use the following parameters in this message:
250250
+-----------------+----------------------------------------+
251251
| ``{{ file }}`` | Absolute file path |
252252
+-----------------+----------------------------------------+
253-
| ``{{ name }}`` | Base file name |
254-
+------------------+---------------------------------------+
253+
| ``{{ name }}`` | Base file name |
254+
+-----------------+----------------------------------------+
255255

256256
.. versionadded:: 4.2
257257
The ``{{ name }}`` parameter was introduced in Symfony 4.2.
@@ -271,8 +271,8 @@ You can use the following parameters in this message:
271271
+================+====================+
272272
| ``{{ file }}`` | Absolute file path |
273273
+----------------+--------------------+
274-
| ``{{ name }}`` | Base file name |
275-
+------------------+------------------+
274+
| ``{{ name }}`` | Base file name |
275+
+----------------+--------------------+
276276

277277
.. versionadded:: 4.2
278278
The ``{{ name }}`` parameter was introduced in Symfony 4.2.

0 commit comments

Comments
 (0)