nova-horizons / realoquent

Realoquent: Laravel Database Schema and Model Generator
MIT License
4 stars 0 forks source link

Update to nikic/php-parser 5.x #108

Closed pb30 closed 7 months ago

pb30 commented 8 months ago

One test failing due to BetterReflection and parsing docblocks. The version of BetterReflection bundled in PHPstan still supports php-parser 4.x. Added roave/better-reflection which has newer version that supports 5.x

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 92.41%. Comparing base (ca54879) to head (3f0798b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #108 +/- ## ========================================= Coverage 92.41% 92.41% Complexity 397 397 ========================================= Files 24 24 Lines 1451 1451 ========================================= Hits 1341 1341 Misses 110 110 ```

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