File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1515 ensure_correct_format_for_phpfunction : ~
1616 ensure_exactly_one_space_before_directive_type : ~
1717 ensure_exactly_one_space_between_link_definition_and_link : ~
18+ ensure_explicit_nullable_types : ~
1819 ensure_github_directive_start_with_prefix :
1920 prefix : ' Symfony'
2021 ensure_link_bottom : ~
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.59.0
76+ uses : docker://oskarstark/doctor-rst:1.60.1
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 @@ -320,9 +320,9 @@ define those options as public properties on the constraint class:
320320
321321 public function __construct(
322322 $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,
326326 $payload = null,
327327 array $options = []
328328 ) {
You can’t perform that action at this time.
0 commit comments