There are some coding standard issues in module.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | xbbcode_coding_standard-2887717-2.patch | 11.16 KB | jayesh_makwana |
| xbbcode.txt | 5.5 KB | jayesh_makwana |
There are some coding standard issues in module.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | xbbcode_coding_standard-2887717-2.patch | 11.16 KB | jayesh_makwana |
| xbbcode.txt | 5.5 KB | jayesh_makwana |
Comments
Comment #2
jayesh_makwana commentedWe create a patch for solving coding standard issues for this module. Please check and apply it.
Comment #3
cburschkaThanks, 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. :) )
Comment #4
jayesh_makwana commented@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.
Comment #5
cburschka