Update DOCtor-RST to 1.78.0

This commit is contained in:
Oskar Stark
2025-12-30 22:56:50 +01:00
parent 63606c14a6
commit 65bb11d45c
4 changed files with 5 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ rules:
ensure_exactly_one_space_before_directive_type: ~
ensure_exactly_one_space_between_link_definition_and_link: ~
ensure_explicit_nullable_types: ~
ensure_shorthand_colons: ~
ensure_github_directive_start_with_prefix:
prefix: 'Symfony'
ensure_link_bottom: ~

View File

@@ -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.77.0
uses: docker://oskarstark/doctor-rst:1.78.0
with:
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache

View File

@@ -111,7 +111,7 @@ to the ``LDAP_SCOPE_BASE`` scope of :phpfunction:`ldap_read`) and ``SCOPE_ONE``
$query = $ldap->query('dc=symfony,dc=com', '...', ['scope' => QueryInterface::SCOPE_ONE]);
Use the ``filter`` option to only retrieve some specific attributes:
Use the ``filter`` option to only retrieve some specific attributes::
$query = $ldap->query('dc=symfony,dc=com', '...', ['filter' => ['cn', 'mail']);

View File

@@ -581,10 +581,10 @@ Missing importmap Entry
One of the most common errors will come from your browser's console, and
will look something like this:
Failed to resolve module specifier " bootstrap". Relative references must start
Failed to resolve module specifier "bootstrap". Relative references must start
with either "/", "./", or "../".
Or:
or
The specifier "bootstrap" was a bare specifier, but was not remapped to anything.
Relative module specifiers must start with "./", "../" or "/".