#62648 closed defect (bug) (fixed)
Twenty Twenty-Two: Fixed PHPCS issues.
Reported by: | pitamdey | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | coding-standards | Cc: |
Description
Resolved PHPCS (PHP CodeSniffer) violations in the Twenty Twenty-Two theme to improve code quality and adhere to coding standards.
Warning in function.php file as shown below:
- There must be exactly one blank line after the file comment
- Inline comments must end in full stops, exclamation marks, or question marks
Attachments (1)
Change History (7)
This ticket was mentioned in PR #7981 on WordPress/wordpress-develop by @mukesh27.
6 weeks ago
#2
Trac ticket: https://core.trac.wordpress.org/ticket/62648
@mukesh27 commented on PR #7981:
6 weeks ago
#4
Props to @pitamdey
#5
@
5 weeks ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 59504:
@SergeyBiryukov commented on PR #7981:
5 weeks ago
#6
Thanks for the PR! Merged in r59504.
Note: See
TracTickets for help on using
tickets.
Patch for this issue