spiral / roadrunner-bridge

🌉 RoadRunner bridge to Spiral Framework
https://spiral.dev/docs/packages-roadrunner-bridge
MIT License
12 stars 6 forks source link

Add support for monolog/monolog 3.x #98

Closed msmakouz closed 8 months ago

msmakouz commented 8 months ago
Q A
Bugfix?
Breaks BC?
New feature?

The implementation of Handler should be compatible with HandlerInterface and be able to accept a LogRecord object. The object implements the ArrayAccess interface and can be used as an array.

The Psalm error will be fixed after the pull request is merged here: https://github.com/spiral/framework/pull/1049

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (fd53f42) 93.46% compared to head (81450a3) 93.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 3.x #98 +/- ## ========================================= Coverage 93.46% 93.47% - Complexity 357 359 +2 ========================================= Files 64 64 Lines 1240 1241 +1 ========================================= + Hits 1159 1160 +1 Misses 81 81 ```

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