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

Support PHP 8.2 true Literal Type #1271

Merged
merged 3 commits into from
Jun 6, 2023

Conversation

ghostwriter
Copy link
Member

@ghostwriter ghostwriter commented Jun 6, 2023

This pull request introduces support for Literal Types in PHP 8.2, specifically focusing on the true literal type.

Fixes #1269

Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
@ghostwriter ghostwriter changed the base branch from main to 1.6.x June 6, 2023 19:32
@ghostwriter ghostwriter self-assigned this Jun 6, 2023
@ghostwriter ghostwriter added enhancement new feature Patch Backwards compatible bug fixes and improvements Added for new features or functionality Tests for updates or improvements to test suites labels Jun 6, 2023
@ghostwriter ghostwriter added this to the 1.6.2 milestone Jun 6, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1271 (06bc138) into 1.6.x (bac1765) will decrease coverage by 0.86%.
The diff coverage is 0.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@             Coverage Diff              @@
##              1.6.x    #1271      +/-   ##
============================================
- Coverage     78.53%   77.68%   -0.86%     
+ Complexity     1057      997      -60     
============================================
  Files            74       74              
  Lines          2651     2527     -124     
============================================
- Hits           2082     1963     -119     
+ Misses          569      564       -5     
Impacted Files Coverage Δ
library/Mockery/Mock.php 13.49% <0.00%> (-0.05%) ⬇️

... and 2 files with indirect coverage changes

@ghostwriter ghostwriter merged commit 9612168 into 1.6.x Jun 6, 2023
9 checks passed
@ghostwriter ghostwriter deleted the feature/support-true-literal-type branch June 6, 2023 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Added for new features or functionality enhancement new feature Patch Backwards compatible bug fixes and improvements Tests for updates or improvements to test suites
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants