moodlehq / moodle-cs

Moodle Coding Style
https://github.com/moodlehq/moodle-cs
GNU General Public License v3.0
18 stars 16 forks source link

Add test for multiline attributes for MissingDocblockSniff #131

Closed ziegenberg closed 8 months ago

ziegenberg commented 8 months ago

This are two test cases for #130.

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 97.82%. Comparing base (c453d81) to head (712792f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #131 +/- ## ========================================= Coverage 97.82% 97.82% Complexity 827 827 ========================================= Files 36 36 Lines 2432 2432 ========================================= Hits 2379 2379 Misses 53 53 ```

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

stronk7 commented 8 months ago

Hi @ziegenberg ,

I'm closing this because #132 includes your commit, picked from here.