mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-01 02:35:32 -04:00
With booleans and null, only strict comparison (with === operator) should be used to lower bug risks and to improve performances.
With booleans and null, only strict comparison (with === operator) should be used to lower bug risks and to improve performances.