imiphp / imi

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

[3.0] 优化错误捕获处理 #683

Closed NHZEX closed 3 months ago

NHZEX commented 3 months ago

解决错误抑制运算符失效问题

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.86%. Comparing base (b75f763) to head (67a0e53).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 3.0 #683 +/- ## ============================================ + Coverage 66.17% 66.86% +0.69% - Complexity 10913 10914 +1 ============================================ Files 969 969 Lines 28903 28899 -4 ============================================ + Hits 19126 19324 +198 + Misses 9777 9575 -202 ```

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