File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ private function fixers(): string
221221 "\n- `%s` (`%s`): %s; defaults to `%s` " ,
222222 $ option ->getName (),
223223 \implode ('`, ` ' , $ allowed ),
224- $ option ->getDescription (),
224+ \lcfirst ( $ option ->getDescription () ),
225225 Utils::toString ($ option ->getDefault ()),
226226 );
227227 }
Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ Multiline comments or PHPDocs must contain an opening and closing line with no a
212212Promoted properties must be on separate lines.
213213 DEPRECATED: use ` multiline_promoted_properties ` instead.
214214Configuration options:
215- - ` keep_blank_lines ` (` bool ` ): Whether to keep blank lines between properties.; defaults to ` false `
216- - ` minimum_number_of_parameters ` (` int ` ): Minimum number of parameters in the constructor to fix.; defaults to ` 1 `
215+ - ` keep_blank_lines ` (` bool ` ): whether to keep blank lines between properties.; defaults to ` false `
216+ - ` minimum_number_of_parameters ` (` int ` ): minimum number of parameters in the constructor to fix.; defaults to ` 1 `
217217``` diff
218218 <?php
219219 class Foo {
You can’t perform that action at this time.
0 commit comments