Add some safe functions and minor cleanup

This commit is contained in:
Alex Cabal 2022-02-08 21:59:49 -06:00
parent c24b59ec62
commit c9ebd71587
4 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@
use function Safe\apcu_fetch;
use function Safe\natsort;
use function Safe\preg_replace;
use function Safe\sleep;
use function Safe\usort;
class Library{