spiral / framework

High-Performance PHP Framework
https://spiral.dev
MIT License
1.82k stars 89 forks source link

Fixed bug in directive parser #1098

Closed butschster closed 7 months ago

butschster commented 7 months ago

Fixed bug in directive parser where values containing zero character, such as '150' in '@image("blog", "test.png", "150|250", "webp")', were not processed correctly.

Q A
Bugfix? ✔️
codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 89.63%. Comparing base (819a092) to head (0e980cd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1098 +/- ## ============================================ - Coverage 89.64% 89.63% -0.01% Complexity 6355 6355 ============================================ Files 830 830 Lines 17923 17923 ============================================ - Hits 16067 16066 -1 - Misses 1856 1857 +1 ```

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