File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 15
15
ensure_correct_format_for_phpfunction : ~
16
16
ensure_exactly_one_space_before_directive_type : ~
17
17
ensure_exactly_one_space_between_link_definition_and_link : ~
18
+ ensure_explicit_nullable_types : ~
18
19
ensure_github_directive_start_with_prefix :
19
20
prefix : ' Symfony'
20
21
ensure_link_bottom : ~
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.59.0
76
+ uses : docker://oskarstark/doctor-rst:1.60.1
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 @@ -320,9 +320,9 @@ define those options as public properties on the constraint class:
320
320
321
321
public function __construct(
322
322
$mandatoryFooOption,
323
- string $message = null,
324
- bool $optionalBarOption = null,
325
- array $groups = null,
323
+ ? string $message = null,
324
+ ? bool $optionalBarOption = null,
325
+ ? array $groups = null,
326
326
$payload = null,
327
327
array $options = []
328
328
) {
You can’t perform that action at this time.
0 commit comments