wpbridge/includes/UpdateSource/Handlers/HealthStatus.php
wenpai e9d28817fe style: phpcbf 自动格式化 — 全量 WPCS 3.x 规范对齐
74 文件 14,082 处自动修复:空格→Tab 缩进、括号间距、
函数声明空格、前置自增、尾逗号等纯格式化改动。
零逻辑变更,php -l + token 级对比验证通过。

新增 phpcs.xml.dist / phpstan.neon.dist 项目配置。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 00:43:46 +08:00

15 lines
229 B
PHP

<?php
/**
* HealthStatus 兼容加载文件
*
* @package WPBridge
*/
namespace WPBridge\UpdateSource\Handlers;
// 防止直接访问
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
require_once __DIR__ . '/HandlerInterface.php';