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

Remove support for metadata in doc-comments #5714

Closed
wants to merge 11 commits into from

Conversation

sebastianbergmann
Copy link
Owner

Closes #5541.

@sebastianbergmann sebastianbergmann added this to the PHPUnit 12.0 milestone Feb 25, 2024
@sebastianbergmann sebastianbergmann self-assigned this Feb 25, 2024
Copy link

codecov bot commented Feb 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.99%. Comparing base (176f506) to head (a6cbf91).
Report is 491 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5714      +/-   ##
============================================
- Coverage     94.03%   93.99%   -0.04%     
+ Complexity     6590     6375     -215     
============================================
  Files           700      691       -9     
  Lines         19884    19272     -612     
============================================
- Hits          18697    18114     -583     
+ Misses         1187     1158      -29     

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

@sebastianbergmann sebastianbergmann force-pushed the phpunit-12/annotations-cleanup branch 5 times, most recently from e817f3d to 72c3d3c Compare March 2, 2024 10:55
@sebastianbergmann sebastianbergmann force-pushed the phpunit-12/annotations-cleanup branch from 72c3d3c to 3bcf8b9 Compare March 12, 2024 07:09
@sebastianbergmann sebastianbergmann force-pushed the phpunit-12/annotations-cleanup branch from 5649afa to 245c5fb Compare April 27, 2024 07:26
@sebastianbergmann sebastianbergmann force-pushed the phpunit-12/annotations-cleanup branch from 79c0053 to daf9289 Compare June 5, 2024 09:03
@sebastianbergmann sebastianbergmann force-pushed the phpunit-12/annotations-cleanup branch 2 times, most recently from 393e083 to 8d8016e Compare July 17, 2024 07:41
@sebastianbergmann sebastianbergmann force-pushed the phpunit-12/annotations-cleanup branch from 8d8016e to a6cbf91 Compare July 19, 2024 06:39
@staabm
Copy link
Contributor

staabm commented Jul 22, 2024

from a contributor perspective getting rid of the "duplicated metadata stuff" is a really welcome change.

thank you

@sebastianbergmann sebastianbergmann removed this from the PHPUnit 12.0 milestone Oct 7, 2024
@sebastianbergmann sebastianbergmann deleted the phpunit-12/annotations-cleanup branch October 7, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/metadata/annotations type/backward-compatibility Something will be/is intentionally broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support for metadata in doc-comments
2 participants