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 Logger code with PHP 8.1 features #630

Merged
merged 4 commits into from
Apr 1, 2022
Merged

Updating Logger code with PHP 8.1 features #630

merged 4 commits into from
Apr 1, 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 27, 2022
@msmakouz msmakouz requested a review from roxblnfk March 27, 2022 14:55
@msmakouz msmakouz self-assigned this Mar 27, 2022
@codecov
Copy link

codecov bot commented Mar 27, 2022

Codecov Report

Merging #630 (4b12a13) into 3.0 (541117d) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                3.0     #630      +/-   ##
============================================
- Coverage     82.53%   82.52%   -0.01%     
  Complexity     5779     5779              
============================================
  Files           667      667              
  Lines         14486    14481       -5     
============================================
- Hits          11956    11951       -5     
  Misses         2530     2530              
Impacted Files Coverage Δ
src/Logger/src/Event/LogEvent.php 100.00% <ø> (ø)
src/Logger/src/Traits/LoggerTrait.php 100.00% <ø> (ø)
src/Logger/src/ListenerRegistry.php 100.00% <100.00%> (ø)
src/Logger/src/LogFactory.php 100.00% <100.00%> (ø)
src/Logger/src/NullLogger.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 541117d...4b12a13. Read the comment docs.

@roxblnfk roxblnfk merged commit f5c4736 into spiral:3.0 Apr 1, 2022
@msmakouz msmakouz deleted the maintenance/logger-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