- Issue created by @pponcedeleona
Some code standard issues have been detected in this module across multiple files. It is recommended to apply the necessary changes to align the code with Drupal's coding standards. This will improve maintainability, readability, and overall adherence to best practices.
Additionally, it's recommended to add a .gitlab-ci.yml file to enable continuous integration (CI) jobs that automatically check coding standards and help maintain code quality over time.
Review all code files in the module and resolve the detected coding standard issues. Use automated tools like phpcbf where applicable and manually fix violations not covered by the tool. Ensure the module complies fully with Drupal coding standards (phpcs shows no violations) .Add a .gitlab-ci.yml file to run automated checks using phpcs on every commit or merge request.
No user interface changes are expected. This issue is related only to code quality and standards compliance.
No API changes are expected.
No changes to the data model are anticipated.
Active
Code