Problem/Motivation
This is part of #2719663: Fix 'Drupal.Commenting.InlineComment.InvalidEndChar' coding standard.
This is to work on the easy fixes, in other words, the low hanging fruit.
Steps to reproduce
Proposed resolution
Fix problems such as
- No period at the end of a sentence
- Incorrect character at end of sentence
- Convert some simple lists to a complete sentence.
- Add quotes around code or strings in comments as needed to make sure the period is not considered part of the code or string.
The sniff will not be enabled in this issue for any paths.
Remaining tasks
Move most changes from the parent issue not related to list here.