mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
cs fix
This commit is contained in:
@@ -26,8 +26,6 @@ use ZM\Exception\AnnotationException;
|
||||
use ZM\Utils\Manager\RouteManager;
|
||||
use ZM\Utils\ZMUtil;
|
||||
|
||||
use function server;
|
||||
|
||||
class AnnotationParser
|
||||
{
|
||||
private $path_list = [];
|
||||
|
||||
@@ -12,17 +12,6 @@ use ZM\Store\Lock\SpinLock;
|
||||
use ZM\Store\ZMAtomic;
|
||||
use ZM\Store\ZMBuf;
|
||||
|
||||
use function file_get_contents;
|
||||
use function get_included_files;
|
||||
use function is_callable;
|
||||
use function is_string;
|
||||
use function json_decode;
|
||||
use function mb_substr;
|
||||
use function md5_file;
|
||||
use function pathinfo;
|
||||
use function server;
|
||||
use function str_replace;
|
||||
|
||||
class ZMUtil
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user