mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-03 03:35:24 -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.