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

Add return type to PhpArkitectApplication::getLongVersion() for Symfony 7.x compatibility #418

Merged
merged 3 commits into from
Jan 15, 2024

Conversation

ben-challis
Copy link
Contributor

@ben-challis ben-challis commented Jan 3, 2024

Resolves #417, this method does not have a return type in 6.x and below; and as this is type narrowing rather than changing/widening it is backwards compatible.

@ben-challis ben-challis changed the title Add return type to PhpArkitectApplication::getLongVersion() for 7.x compatibility Add return type to PhpArkitectApplication::getLongVersion() for Symfony 7.x compatibility Jan 3, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (10f515b) 94.33% compared to head (d1a015e) 94.33%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/CLI/PhpArkitectApplication.php 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #418   +/-   ##
=========================================
  Coverage     94.33%   94.33%           
  Complexity      572      572           
=========================================
  Files            67       67           
  Lines          1500     1500           
=========================================
  Hits           1415     1415           
  Misses           85       85           

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

@vibby
Copy link

vibby commented Jan 12, 2024

Please, merge this no-risk PR :D

@fain182 fain182 merged commit 5c51aea into phparkitect:main Jan 15, 2024
17 checks passed
@ben-challis ben-challis deleted the patch-1 branch January 15, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fatal error on start with symfony/console 7.x
4 participants