Skip to content

Commit 06eb904

Browse files
alamiraultOskarStark
authored andcommitted
Use Doctor RST 1.45.0 and new Rule RemoveTrailingWhitespace
1 parent a737539 commit 06eb904

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ rules:
4444
only_backslashes_in_use_statements_in_php_code_block: ~
4545
ordered_use_statements: ~
4646
php_prefix_before_bin_console: ~
47+
remove_trailing_whitespace: ~
4748
replace_code_block_types: ~
4849
replacement: ~
4950
short_array_syntax: ~

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7474

7575
- name: "Run DOCtor-RST"
76-
uses: docker://oskarstark/doctor-rst:1.44.1
76+
uses: docker://oskarstark/doctor-rst:1.45.0
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

reference/constraints/Traverse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ that all have constraints on their properties.
112112
/**
113113
* @var Collection|Book[]
114114
*/
115-
#[ORM\ManyToMany(targetEntity: Book::class)]
115+
#[ORM\ManyToMany(targetEntity: Book::class)]
116116
protected $books;
117117
118118
// some other properties

0 commit comments

Comments
 (0)