1 Star 0 Fork 16

小崔/QueryPHP

forked from hunzhiwange/QueryPHP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpstan-bootstrap.php 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
小牛New 提交于 2019-12-14 12:31 . style(any): code poem
<?php
declare(strict_types=1);
/*
* This file is part of the your app package.
*
* The PHP Application For Code Poem For You.
* (c) 2018-2099 http://yourdomian.com All rights reserved.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* phpstan 静态检查启动文件.
*/
include __DIR__.'/tests/bootstrap.php'; /** @codeCoverageIgnore */
/**
* 导入助手函数.
*
* @codeCoverageIgnoreStart
*/
$fnDirs = [
__DIR__.'/common/Infra/Helper',
];
foreach ($fnDirs as $dir) {
$files = glob($dir.'/*.php');
foreach ($files as $file) {
include_once $file;
}
}
// @codeCoverageIgnoreEnd
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ucenters/queryphp.git
git@gitee.com:ucenters/queryphp.git
ucenters
queryphp
QueryPHP
master

搜索帮助