diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index bf037f27716..0fc471cfee8 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -44,6 +44,7 @@ rules: only_backslashes_in_use_statements_in_php_code_block: ~ ordered_use_statements: ~ php_prefix_before_bin_console: ~ + remove_trailing_whitespace: ~ replace_code_block_types: ~ replacement: ~ short_array_syntax: ~ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 835cf386072..79f2c12e4fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }} - name: "Run DOCtor-RST" - uses: docker://oskarstark/doctor-rst:1.44.1 + uses: docker://oskarstark/doctor-rst:1.45.0 with: args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache diff --git a/reference/constraints/Traverse.rst b/reference/constraints/Traverse.rst index 2302139cbb9..01dcd4f779c 100644 --- a/reference/constraints/Traverse.rst +++ b/reference/constraints/Traverse.rst @@ -112,7 +112,7 @@ that all have constraints on their properties. /** * @var Collection|Book[] */ - #[ORM\ManyToMany(targetEntity: Book::class)] + #[ORM\ManyToMany(targetEntity: Book::class)] protected $books; // some other properties