2 Star 5 Fork 0

地上马/ps-stubs-doc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
stubs.php 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
地上马 提交于 2023-07-05 20:52 +08:00 . update
<?php
// +----------------------------------------------------------------------
// | 处理phpstorm-stubs
// +----------------------------------------------------------------------
// | Copyright (c) 2022-2023 linjialiang All rights reserved.
// +----------------------------------------------------------------------
// | Author: linjialiang <linjialiang@163.com>
// +----------------------------------------------------------------------
// | CreateTime: 2023-05-03 14:04:35
// +----------------------------------------------------------------------
declare (strict_types=1);
use src\PsStubs;
/**
* 引入 PsStubs 类
*/
require __DIR__ . '/src/PsStubs.php';
$handle = new PsStubs();
$handle->run();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/linjialiang/ps-stubs-doc.git
git@gitee.com:linjialiang/ps-stubs-doc.git
linjialiang
ps-stubs-doc
ps-stubs-doc
main

搜索帮助