Skip to content

Commit 2200e58

Browse files
committed
Update README.md
1 parent 3daf529 commit 2200e58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.dev-tools/src/Readme/ReadmeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ Multiline comments or PHPDocs must contain an opening and closing line with no a
212212
Promoted properties must be on separate lines.
213213
DEPRECATED: use `multiline_promoted_properties` instead.
214214
Configuration 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 {

0 commit comments

Comments
 (0)