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

Correct nullable return values #821

Merged
merged 1 commit into from
May 17, 2024
Merged

Conversation

AJenbo
Copy link
Collaborator

@AJenbo AJenbo commented May 15, 2024

Type: refactoring / documentation update
Breaking change: no

This correct a few methods that could return null but was not documented as such.

@AJenbo AJenbo added the PHPStan label May 15, 2024
@AJenbo AJenbo added this to the 3.0.0 milestone May 15, 2024
Copy link

codecov bot commented May 15, 2024

Codecov Report

Attention: Patch coverage is 91.30435% with 4 lines in your changes are missing coverage. Please review.

Please upload report for BASE (3.x@32d0162). Learn more about missing BASE report.

Files Patch % Lines
src/main/php/PDepend/Source/AST/ASTEnum.php 0.00% 3 Missing ⚠️
...ain/php/PDepend/Source/Language/PHP/PHPBuilder.php 80.00% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##             3.x     #821   +/-   ##
======================================
  Coverage       ?   89.67%           
  Complexity     ?     3391           
======================================
  Files          ?      144           
  Lines          ?     9054           
  Branches       ?        0           
======================================
  Hits           ?     8119           
  Misses         ?      935           
  Partials       ?        0           

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

@AJenbo AJenbo force-pushed the nullable-returns branch 9 times, most recently from 54aea6d to f992c34 Compare May 16, 2024 16:03
@AJenbo AJenbo merged commit de55576 into pdepend:3.x May 17, 2024
14 of 15 checks passed
@AJenbo AJenbo deleted the nullable-returns branch May 17, 2024 01:44
@AJenbo AJenbo mentioned this pull request May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants