Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

andrewnicols
Copy link
Contributor

@andrewnicols andrewnicols commented Mar 23, 2024

<?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.

@andrewnicols andrewnicols self-assigned this Mar 23, 2024
@andrewnicols andrewnicols added the bug Something isn't working label Mar 23, 2024
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.82%. Comparing base (c453d81) to head (94beafd).

Additional details and impacted files
@@            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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stronk7 stronk7 merged commit 3bfeb70 into moodlehq:main Mar 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants