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

Make the names of PHP classes, interfaces and traits in code comments consistent with the actual names #2752

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

eason9487
Copy link
Member

Changes proposed in this Pull Request:

This PR makes the names of PHP classes, interfaces and traits in code comments consistent with the actual names, especially since some names are completely irrelevant.

(Noticed these inconsistencies while working on the shipping improvement project)

💡 I will likely skip code review since this PR only includes developer-facing change.

Detailed test instructions:

Check if the updated names are consistent with the actual ones.

Changelog entry

@eason9487 eason9487 requested a review from a team January 7, 2025 07:31
@eason9487 eason9487 self-assigned this Jan 7, 2025
@github-actions github-actions bot added the changelog: dev Developer-facing only change. label Jan 7, 2025
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.0%. Comparing base (a98c356) to head (dcb27c5).
Report is 2 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             develop   #2752      +/-   ##
============================================
+ Coverage       63.3%   67.0%    +3.7%     
- Complexity         0    4690    +4690     
============================================
  Files            337     479     +142     
  Lines           5211   19601   +14390     
  Branches        1278       0    -1278     
============================================
+ Hits            3300   13141    +9841     
- Misses          1737    6460    +4723     
+ Partials         174       0     -174     
Flag Coverage Δ
js-unit-tests ?
php-unit-tests 67.0% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/API/Google/AdsAssetGroupAsset.php 84.8% <ø> (ø)
src/API/Google/Query/AdsAccountAccessQuery.php 100.0% <ø> (ø)
src/API/Google/Query/AdsAccountQuery.php 100.0% <ø> (ø)
src/API/Google/Query/AdsAssetGroupAssetQuery.php 100.0% <ø> (ø)
src/API/Google/Query/AdsAssetGroupQuery.php 100.0% <ø> (ø)
src/API/Google/Query/AdsBillingStatusQuery.php 100.0% <ø> (ø)
src/API/Google/Query/AdsCampaignBudgetQuery.php 100.0% <ø> (ø)
src/API/Google/Query/AdsCampaignCriterionQuery.php 100.0% <ø> (ø)
src/API/Google/Query/AdsCampaignLabelQuery.php 100.0% <ø> (ø)
src/API/Google/Query/AdsCampaignQuery.php 100.0% <ø> (ø)
... and 47 more

... and 759 files with indirect coverage changes

@eason9487 eason9487 merged commit 9e7cc02 into develop Jan 8, 2025
14 checks passed
@eason9487 eason9487 deleted the dev/align-phpdoc-class-names branch January 8, 2025 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: dev Developer-facing only change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant