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

Updating Router code with PHP 8.1 features #639

Merged
merged 4 commits into from
Apr 2, 2022
Merged

Updating Router code with PHP 8.1 features #639

merged 4 commits into from
Apr 2, 2022

Conversation

msmakouz
Copy link
Member

Q A
Bugfix?
Breaks BC?
New feature?
Issues #512

@msmakouz msmakouz added this to the 3.0 milestone Mar 28, 2022
@msmakouz msmakouz requested a review from roxblnfk March 28, 2022 16:15
@msmakouz msmakouz self-assigned this Mar 28, 2022
@codecov
Copy link

codecov bot commented Mar 28, 2022

Codecov Report

Merging #639 (c992045) into 3.0 (c91aa21) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                3.0     #639      +/-   ##
============================================
- Coverage     82.45%   82.41%   -0.04%     
+ Complexity     5762     5750      -12     
============================================
  Files           667      667              
  Lines         14394    14362      -32     
============================================
- Hits          11868    11837      -31     
+ Misses         2526     2525       -1     
Impacted Files Coverage Δ
src/Router/src/Traits/ContainerTrait.php 100.00% <ø> (ø)
src/Router/src/Traits/DefaultsTrait.php 100.00% <ø> (ø)
src/Router/src/AbstractRoute.php 100.00% <100.00%> (ø)
src/Router/src/Autofill.php 100.00% <100.00%> (ø)
src/Router/src/CoreHandler.php 100.00% <100.00%> (+1.56%) ⬆️
...rc/Router/src/Exception/RouteNotFoundException.php 50.00% <100.00%> (-10.00%) ⬇️
src/Router/src/GroupRegistry.php 100.00% <100.00%> (ø)
src/Router/src/Route.php 95.45% <100.00%> (+0.10%) ⬆️
src/Router/src/RouteGroup.php 86.84% <100.00%> (-1.26%) ⬇️
src/Router/src/Router.php 96.36% <100.00%> (-0.07%) ⬇️
... and 11 more

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 c91aa21...c992045. Read the comment docs.

@roxblnfk roxblnfk merged commit ae91fcb into spiral:3.0 Apr 2, 2022
@msmakouz msmakouz deleted the maintenance/router-php-81 branch April 4, 2022 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants