moodlehq / moodle-cs

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

Properties should not be tested for regular constructors (Fixes #142) #144

Closed andrewnicols closed 8 months ago

andrewnicols commented 8 months ago

Only properties which define a visibility and therefore are promoted constructor properties are required to define a variable docblock.

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 (9b3b3cd) to head (e7506b1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #144 +/- ## ========================================= Coverage 97.88% 97.88% - Complexity 844 845 +1 ========================================= Files 37 37 Lines 2500 2509 +9 ========================================= + Hits 2447 2456 +9 Misses 53 53 ```

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