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 Session code with PHP 8.1 features #636

Merged
merged 3 commits into from
Apr 2, 2022
Merged

Updating Session code with PHP 8.1 features #636

merged 3 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 07:11
@msmakouz msmakouz self-assigned this Mar 28, 2022
@codecov
Copy link

codecov bot commented Mar 28, 2022

Codecov Report

Merging #636 (740283f) into 3.0 (040234a) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                3.0     #636      +/-   ##
============================================
- Coverage     82.48%   82.46%   -0.02%     
+ Complexity     5764     5763       -1     
============================================
  Files           667      667              
  Lines         14418    14404      -14     
============================================
- Hits          11892    11878      -14     
  Misses         2526     2526              
Impacted Files Coverage Δ
src/Framework/Session/SectionScope.php 24.32% <100.00%> (ø)
src/Session/src/Config/SessionConfig.php 100.00% <100.00%> (ø)
src/Session/src/Handler/FileHandler.php 100.00% <100.00%> (ø)
src/Session/src/Handler/NullHandler.php 100.00% <100.00%> (ø)
src/Session/src/Session.php 92.64% <100.00%> (-0.41%) ⬇️
src/Session/src/SessionFactory.php 100.00% <100.00%> (ø)
src/Session/src/SessionSection.php 100.00% <100.00%> (ø)

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 040234a...740283f. Read the comment docs.

@roxblnfk roxblnfk merged commit 002cbaf into spiral:3.0 Apr 2, 2022
@msmakouz msmakouz deleted the maintenance/session-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.

None yet

2 participants