FILE: ...olearn/modules/bootstrap_layouts/src/BootstrapLayoutsManager.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------
17 | ERROR | [x] Doc comment short description must end with a full
| | stop
21 | ERROR | [ ] Missing short description in doc comment
26 | ERROR | [ ] Missing short description in doc comment
223 | ERROR | [ ] Description for the @return value is missing
273 | ERROR | [x] Expected newline after closing brace
----------------------------------------------------------------------
and more...
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2998722-coding-standard-6.patch | 12.78 KB | dhirendra.mishra |
| #6 | 3-6_interdiff.txt | 1.23 KB | dhirendra.mishra |
| #3 | 2998722-coding-standard-3.patch | 12.62 KB | deepanker_bhalla |
| #2 | 2998722-coding-standard-2.patch | 9.83 KB | deepanker_bhalla |
Comments
Comment #2
deepanker_bhalla commentedHi,
Fixed the coding standard issues.
Comment #3
deepanker_bhalla commentedI have found some more issues while checking it with latest version. Thus updating the patch with all the issues resolved.
Comment #4
msankhala commentedIt is a better option to break line instead of removing the "the" article to fit line into 80 characters. Like:
Unnecessary
*.at the end of line.Rest looks good. I can confirm this patch #3 is fixing all the coding standard issue reported by PHPCS.
Comment #5
dhirendra.mishra commentedworking on it
Comment #6
dhirendra.mishra commentedCorrection from #4 comment.
Comment #7
msankhala commentedNice work @deepanker_bhalla and @dhirendra.mishra. I can confirm #6 fixes all the coding standard issue and concern raised in #4.
Comment #8
gangwarsurya commentedHi
Fixed the Coding standard issues.
Comment #9
msankhala commented@gangwarsurya Always double check the patch before uploading. This issue is for bootstrap_layouts module and you are uploading patch of contentimport module on this issue. This issue was already in RTBC state and you are putting back into Needs Review state with a wrong patch.
Comment #10
markhalliwellI would like to preface this by saying thank you for filing this issue and providing patches. What I am about to say is in no way directed to anyone specifically, but moreover the topic at large.
---
Automated tool reports aren't real issues, they're nitpicking. Please stop creating them. Coding standards change and evolve (some are even antiquated) and they'll be updated and "fixed" over time while the code is worked on. I'm closing this issue; please do not reopen.