There are some coding standard issues in module.

Comments

jayesh_makwana created an issue. See original summary.

jayesh_makwana’s picture

StatusFileSize
new11.16 KB

We create a patch for solving coding standard issues for this module. Please check and apply it.

cburschka’s picture

Status: Active » Needs work

Thanks, but we're not including the README.md and CHANGELOG.txt files in phpcs. The linebreaks added in this patch break the annotation comment, and also result in improper text flow in the change log for no clear benefit.

(The remainder looks like some missing newlines and a redundant `use`; I'll get on that in a bit. :) )

jayesh_makwana’s picture

@burschka

Hello,

Sorry for changes on README.md and CHANGELOG.txt and line breaks code. But, except README.md and CHANGELOG.txt files i change in other files too for improve coding standard. Just like,
Unused use statement
Functions must not contain multiple empty lines in a row; found 2 empty lines

So, Please check patch file by adding these changes in your module.

Thank you for your feedback.

cburschka’s picture

Status: Needs work » Closed (outdated)