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

修复对注释 var 类型的解析 #694

Closed Yurunsoft closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 85.71429% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 66.46%. Comparing base (afb2950) to head (c4bf74e).

Files Patch % Lines
src/Bean/Parser/BeanParser.php 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.1 #694 +/- ## ============================================ - Coverage 66.46% 66.46% -0.01% + Complexity 11334 11332 -2 ============================================ Files 898 898 Lines 30875 30865 -10 ============================================ - Hits 20521 20514 -7 + Misses 10354 10351 -3 ```

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