Skip to:
Content

bbPress.org

Opened 3 months ago

Last modified 3 months ago

#3614 new regression

PHPCS sorting: WordPress.WhiteSpace and WP.PostsPerPage

Reported by: sirlouen's profile SirLouen Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: trunk
Component: Tools - Code Improvements Keywords: has-patch
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 (2)

This ticket was mentioned in PR #26 on bbpress/bbPress by @SirLouen.


3 months ago
#1

  • Keywords has-patch added

This ticket was mentioned in PR #27 on bbpress/bbPress by @SirLouen.


3 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

Note: See TracTickets for help on using tickets.