moodlehq / moodle-cs

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

A file docblock must have at least one empty newline after it (#133) #133

Closed andrewnicols closed 8 months ago

andrewnicols commented 8 months ago
<?php

/**
 * File docblock
 */

class example {}

The above was not picke dup correcetly as the docblock was incorrectly assoiated with the class, and not the file.

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 (94beafd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #133 +/- ## ========================================= Coverage 97.82% 97.82% + Complexity 827 826 -1 ========================================= 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.