mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
Merge branch '6.4' into 7.3
* 6.4: Update DOCtor-RST to 1.78.0
This commit is contained in:
@@ -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: ~
|
||||
|
||||
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -124,7 +124,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']);
|
||||
|
||||
|
||||
@@ -599,10 +599,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 "/".
|
||||
|
||||
Reference in New Issue
Block a user