Skip to content

Commit 9059fff

Browse files
committed
docs(readme): fix long bullet point format to shorten the table column.
1 parent 5a44a44 commit 9059fff

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,13 @@ Long type names are disallowed. Short names must be used in docblocks, type decl
374374

375375
- Docblock types can also include generic types.
376376

377-
- Types will only be fixed in these regular docblocks tags: `@param`, `@return`, `@var`, `@property`, `@method`.
378-
Also any other tags that contain the regular tags; example: `@property-read`, `@phpstan-param`, `@psalm-return`.
377+
- Types will only be fixed in these regular docblocks tags:
378+
379+
`@param`, `@return`, `@var`, `@property`, `@method`.
380+
381+
Also any other tags that contain the regular tags; example:
382+
383+
`@property-read`, `@phpstan-param`, `@psalm-return`.
379384

380385
- Any types in docblock descriptions will not get fixed.
381386

0 commit comments

Comments
 (0)