Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions .doctor-rst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ rules:
typo: ~
unused_links: ~
use_deprecated_directive_instead_of_versionadded: ~
use_double_backticks_for_inline_literals: ~
use_named_constructor_without_new_keyword_rule: ~
use_https_xsd_urls: ~
valid_inline_highlighted_namespaces: ~
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}

- name: "Run DOCtor-RST"
uses: docker://oskarstark/doctor-rst:1.70.2
uses: docker://oskarstark/doctor-rst:1.72.0
with:
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache

Expand Down
2 changes: 1 addition & 1 deletion contributing/documentation/standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rest of the Symfony documentation:
Example
~~~~~~~

.. code-block:: text
.. code-block:: rst
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that makes more sense, right?


Example
=======
Expand Down
6 changes: 3 additions & 3 deletions reference/constraints/Length.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Parameter Description

.. versionadded:: 6.3

The `{{ value_length }}` parameter was introduced in Symfony 6.3.
The ``{{ value_length }}`` parameter was introduced in Symfony 6.3.

.. include:: /reference/constraints/_groups-option.rst.inc

Expand Down Expand Up @@ -215,7 +215,7 @@ Parameter Description

.. versionadded:: 6.3

The `{{ value_length }}` parameter was introduced in Symfony 6.3.
The ``{{ value_length }}`` parameter was introduced in Symfony 6.3.

``min``
~~~~~~~
Expand Down Expand Up @@ -251,7 +251,7 @@ Parameter Description

.. versionadded:: 6.3

The `{{ value_length }}` parameter was introduced in Symfony 6.3.
The ``{{ value_length }}`` parameter was introduced in Symfony 6.3.

.. include:: /reference/constraints/_normalizer-option.rst.inc

Expand Down