Skip to content

Convert to native enums in PHP 8.1 #124

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

Open
wants to merge 2 commits into
base: 8.1
Choose a base branch
from
Open

Convert to native enums in PHP 8.1 #124

wants to merge 2 commits into from

Conversation

Firehed
Copy link
Owner

@Firehed Firehed commented Jun 10, 2021

No description provided.

@codecov
Copy link

codecov bot commented Jun 10, 2021

Codecov Report

Merging #124 (3ee56b5) into 8.1 (56a31db) will decrease coverage by 0.67%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                8.1     #124      +/-   ##
============================================
- Coverage     96.28%   95.60%   -0.68%     
  Complexity      119      119              
============================================
  Files            21       23       +2     
  Lines           457      455       -2     
============================================
- Hits            440      435       -5     
- Misses           17       20       +3     
Impacted Files Coverage Δ
src/Enums/HTTPMethod.php 0.00% <0.00%> (ø)
src/Enums/HTTPMethodGTE81.php 0.00% <0.00%> (ø)
src/Enums/HTTPMethodLTE80.php 0.00% <0.00%> (ø)
src/Console/GenerateEndpoint.php 91.02% <0.00%> (-0.23%) ⬇️
src/Config.php 97.29% <0.00%> (-0.08%) ⬇️
src/Console/GenerateFrontController.php 100.00% <0.00%> (ø)
src/Traits/EndpointTestCases.php 94.59% <0.00%> (+2.48%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56a31db...3ee56b5. Read the comment docs.

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.

1 participant