File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 : ~
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments