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

Try to increase quality of the codebase #1654

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

datengraben
Copy link
Contributor

@hansmorb

  • Fixes missing imports, typos in type hints (though syntactically correct)
  • Adds or fixes docblocks
  • Adds missing return statements of functions that are not void

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

Attention: Patch coverage is 59.09091% with 9 lines in your changes missing coverage. Please review.

Project coverage is 50.39%. Comparing base (665d7e9) to head (caac319).

Files with missing lines Patch % Lines
src/Wordpress/CustomPostType/Map.php 0.00% 2 Missing ⚠️
src/API/AvailabilityRoute.php 0.00% 1 Missing ⚠️
src/Model/CustomPost.php 0.00% 1 Missing ⚠️
src/Repository/CB1.php 0.00% 1 Missing ⚠️
src/Service/BookingRuleApplied.php 0.00% 1 Missing ⚠️
src/Wordpress/CustomPostType/Location.php 0.00% 1 Missing ⚠️
src/Wordpress/CustomPostType/Timeframe.php 50.00% 1 Missing ⚠️
src/Wordpress/Widget/UserWidget.php 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1654      +/-   ##
============================================
- Coverage     50.41%   50.39%   -0.02%     
+ Complexity     2719     2718       -1     
============================================
  Files            99       99              
  Lines         11296    11298       +2     
============================================
- Hits           5695     5694       -1     
- Misses         5601     5604       +3     

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

@datengraben datengraben added technical Non-functional changes (refactorings or increase test coverage) dx Developer Experience (technical) php Pull requests that update Php code documentation labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation dx Developer Experience (technical) php Pull requests that update Php code technical Non-functional changes (refactorings or increase test coverage)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant