#3614 closed regression (fixed)
PHPCS sorting: WordPress.WhiteSpace and WP.PostsPerPage
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Tools - Code Improvements | Keywords: | has-patch commit |
| Cc: |
Description
This is the #2 part of a series of PHPCS WPCS sorting
Starting the series here:
https://bbpress.trac.wordpress.org/ticket/3613
I'm including in this issue sorting for:
WordPress.WP.I18n.NonSingularStringLiteralText WordPress.WP.PostsPerPage.posts_per_page_posts_per_page WordPress.WhiteSpace.ControlStructureSpacing.ExtraSpaceAfterOpenParenthesis WordPress.WhiteSpace.ControlStructureSpacing.ExtraSpaceBeforeCloseParenthesis WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterOpenParenthesis WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeCloseParenthesis WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore WordPress.WhiteSpace.OperatorSpacing.SpacingAfter WordPress.WhiteSpace.OperatorSpacing.SpacingBefore
I want to divide this into different issues because dozens of files are getting involved. This way it will be easier to keep it short for a code review and more frequent releases for the committer than having all the full CS review just in one massive commit.
Change History (8)
This ticket was mentioned in PR #26 on bbpress/bbPress by @SirLouen.
16 months ago
#1
- Keywords has-patch added
This ticket was mentioned in PR #27 on bbpress/bbPress by @SirLouen.
16 months ago
#2
This is an incremental update of #23, should be pushed after this to match changes
https://bbpress.trac.wordpress.org/ticket/3614#ticket
#3
@
4 months ago
@SirLouen I'm having some trouble applying this diff after 3613.
The diff for this issue doesn't seem to take the changes on 3613 into account.
Any ideas?
#4
@
4 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to 2.7
- Owner set to johnjamesjacoby
- Status changed from new to assigned
@johnjamesjacoby commented on PR #27:
4 months ago
#8
Fixed via: https://bbpress.trac.wordpress.org/changeset/7359
Thank you!
This is an incremental update of #23
https://bbpress.trac.wordpress.org/ticket/3614#ticket