#62160 closed defect (bug) (fixed)
Twenty Sixteen : PHPCS Fixes
Reported by: | pitamdey | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | coding-standards | Cc: |
Description
In theme Twenty Sixteen,
I have found a few PHPCS errors like
- There must be exactly one blank line after the file comment
I have applied a patch which will fix this issue.
Attachments (2)
Change History (11)
This ticket was mentioned in PR #7487 on WordPress/wordpress-develop by @umeshsinghin.
2 months ago
#2
<!--
Trac 62160
#4
@
2 months ago
@umeshsinghin are you referring to this https://github.com/WordPress/wordpress-develop/pull/7487
#5
@
2 months ago
@nithins53: Yes he is referring https://github.com/WordPress/wordpress-develop/pull/7487 this PR , i think he accidentally added "We have fixed PHPCS #7487" this.
@
2 months ago
I have checked above mentioned issue into the other themes and I found few files where we need to make this change. I have updated those files and added my patch for the same.
#6
@
2 months ago
Thank you for the patch @viralsampat. Guess we can solve the issues for the rest of the codebase @mukesh27
#8
@
2 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 59173:
@SergeyBiryukov commented on PR #7487:
2 months ago
#9
Thanks for the PR! Merged in r59173.
Thanks for the ticket and patch!
Could you share the command so we can solve the issue for whole codebase?
Similar ticket #62098