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 44
44
only_backslashes_in_use_statements_in_php_code_block : ~
45
45
ordered_use_statements : ~
46
46
php_prefix_before_bin_console : ~
47
+ remove_trailing_whitespace : ~
47
48
replace_code_block_types : ~
48
49
replacement : ~
49
50
short_array_syntax : ~
Original file line number Diff line number Diff line change 73
73
key : ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
74
74
75
75
- name : " Run DOCtor-RST"
76
- uses : docker://oskarstark/doctor-rst:1.44.1
76
+ uses : docker://oskarstark/doctor-rst:1.45.0
77
77
with :
78
78
args : --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
79
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ that all have constraints on their properties.
112
112
/**
113
113
* @var Collection|Book[]
114
114
*/
115
- #[ORM\ManyToMany(targetEntity: Book::class)]
115
+ #[ORM\ManyToMany(targetEntity: Book::class)]
116
116
protected $books;
117
117
118
118
// some other properties
You can’t perform that action at this time.
0 commit comments