#2358 closed task (blessed) (fixed)
Should use strict type comparisons where possible
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Tools - Code Improvements | Keywords: | |
Cc: |
Description
bbPress is coded to lead by example, and one place this falls short is by using loose comparisons in most places that would benefit from using strict ones.
Since all of bbPress intentionally typecasts return values and variables, strict comparisons will help reveal any that are not, but should be.
This task will be completed in several commits, over time.
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 4995: