Kevin
Results
2
issues of
Kevin
In PHP 8.0 and 8.1, plenty of functions had their return values changed from `$type|false` to `$type` (i.e. `array|false` => `array`). Because these function no longer have a 'falsy' return...
(Possibly improves #306) In PHP 8.0 and 8.1, plenty of functions had their return values changed from `$type|false` to `$type` (i.e. `array|false` => `array`). Because these function no longer have...