diff options
Diffstat (limited to 'crates/shirabe/src/autoload/class_loader.rs')
| -rw-r--r-- | crates/shirabe/src/autoload/class_loader.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/shirabe/src/autoload/class_loader.rs b/crates/shirabe/src/autoload/class_loader.rs index 73b5c06..daa5d97 100644 --- a/crates/shirabe/src/autoload/class_loader.rs +++ b/crates/shirabe/src/autoload/class_loader.rs @@ -4,10 +4,10 @@ use indexmap::IndexMap; use std::sync::{LazyLock, Mutex}; use shirabe_php_shim::{ - DIRECTORY_SEPARATOR, FILTER_VALIDATE_BOOLEAN, InvalidArgumentException, PhpMixed, array_merge, - array_values, call_user_func_array, defined, file_exists, filter_var, function_exists, - include_file, ini_get, spl_autoload_register, spl_autoload_unregister, - stream_resolve_include_path, strlen, strpos, strrpos, strtr, substr, + DIRECTORY_SEPARATOR, InvalidArgumentException, PhpMixed, array_merge, array_values, + call_user_func_array, defined, file_exists, function_exists, include_file, ini_get, + spl_autoload_register, spl_autoload_unregister, stream_resolve_include_path, strlen, strpos, + strrpos, strtr, substr, }; /// @var array<string, self> |
