#61315 closed defect (bug) (fixed)
phpcs error in wp-includes > user.php on line 1105 and 2016
Reported by: | dhruvang21 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Users | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
Loose comparisons are not allowed. Expected: "==="; Found: "=="phpcs
Change History (4)
This ticket was mentioned in PR #6667 on WordPress/wordpress-develop by @dhruvang21.
6 months ago
#1
- Keywords has-patch added
#3
@
6 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
@SergeyBiryukov commented on PR #6667:
6 months ago
#4
Thanks for the PR! Merged in r58261.
Note: See
TracTickets for help on using
tickets.
In 58261: