Skip to content

Fix PHPCS warnings

Matt Obert requested to merge 3208475-drupal-coding-standards into 1.0.x

Update src/Form/CharCountConfigForm.php, src/Plugin/Field/FieldFormatter/CharCountFormatter.php, src/Service/StringManipulator.php files

Also remove "version" from info.yml per this recommendation:

-----------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------
 1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
-----------------------------------------------------------------------------------------------------------

Closes #3208475

Edited by Matt Obert

Merge request reports