Skip to content

#3198373 (PHP) - Reviews coding standards Fix #3198373.

David Rodríguez requested to merge issue/lwm-3198373:1.0.x into 1.0.x

Summary

This Merge Request contains an unique commit with changes in some files, all related with pending changes in code styling. It comes from Issue: #3198373 . https://www.drupal.org/project/lwm/issues/3198373

Epic

This merge request doesn't belong to any epic.

This set of commits

  1. Changes some lines in README.txt file.
  2. Repairs code in HTTP Client.
  3. Cleans and does changes in code from the Admin Settings Form.

For testing

Run pipelines for phpcs in workflow CI/CD.
Just run codesnifffing in your local installation.

  1. :~$ cd workspace/drupalsite/
  2. :~$ ddev exec -d=/var/www/html vendor/bin/phpcs --standard=Drupal --extensions='php,module,inc,install,test,profile,theme,info,txt,md' web/modules/custom/lwm/
  3. :~$ ddev exec -d=/var/www/html vendor/bin/phpcs --standard=DrupalPractice --extensions='php,module,inc,install,test,profile,theme,info,txt,md' web/modules/custom/lwm/

Merge request reports