moodlehq / moodle-cs

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

Deprecated items do not need a description #140

Closed andrewnicols closed 8 months ago

andrewnicols commented 8 months ago

Raised by @ziegenberg

Note: I've included an extra commit her eto slightly refactor the Docblocks util to use the docblockPtr rather than find it from an unrelated pointer. This is much more efficient and I should have done this originally.

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 97.88%. Comparing base (66d0f48) to head (b425006).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #140 +/- ## ========================================= Coverage 97.87% 97.88% Complexity 844 844 ========================================= Files 37 37 Lines 2499 2500 +1 ========================================= + Hits 2446 2447 +1 Misses 53 53 ```

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