imiphp / imi

imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景!QQ群:17916227
https://www.imiphp.com
Other
1.17k stars 172 forks source link

强类型改为注释类型,避免未安装对应扩展运行时报类型错误 #649

Closed Yurunsoft closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (cb07e0e) 66.31% compared to head (b700463) 66.63%.

Files Patch % Lines
.../Components/pgsql/src/Db/Drivers/Swoole/Driver.php 0.00% 1 Missing :warning:
...mponents/pgsql/src/Db/Drivers/SwooleNew/Driver.php 0.00% 1 Missing :warning:
src/Db/Drivers/TPdoDriver.php 0.00% 1 Missing :warning:
src/Db/Mysql/Drivers/Mysqli/Driver.php 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 3.0 #649 +/- ## ============================================ + Coverage 66.31% 66.63% +0.31% Complexity 10762 10762 ============================================ Files 869 869 Lines 29206 29206 ============================================ + Hits 19369 19460 +91 + Misses 9837 9746 -91 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.