filp / whoops

PHP errors for cool kids
http://filp.github.io/whoops/
MIT License
13.17k stars 602 forks source link

Is null #734

Closed MathiasReker closed 2 years ago

MathiasReker commented 2 years ago

Replaces is_null($var) expression with null === $var.