Opened 6 years ago
Closed 6 years ago
#44315 closed defect (bug) (fixed)
PHPCS: Assignments must be the first block of code on a line
Reported by: | subrataemfluence | Owned by: | |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Users | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
At several areas of wp-includes/user.php
the coding style is not compatible with PHPCS validations using WordPress
standards.
Issue: Assignments must be the first block of code on a line
.
Proposed solution uploaded.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 44597: