PUGX / shortid-php

An implementation of ShortId in PHP
MIT License
51 stars 7 forks source link

Bugfix/php8.1 deprecations #19

Closed acelaya closed 2 years ago

acelaya commented 2 years ago

Closes #16

codecov-commenter commented 2 years ago

Codecov Report

Merging #19 (a50256d) into master (c99ea91) will increase coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #19      +/-   ##
============================================
+ Coverage     96.77%   96.96%   +0.19%     
- Complexity       37       39       +2     
============================================
  Files             2        2              
  Lines            62       66       +4     
============================================
+ Hits             60       64       +4     
  Misses            2        2              
Impacted Files Coverage Δ
src/Shortid.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 c99ea91...a50256d. Read the comment docs.

garak commented 2 years ago

Thank you!

acelaya commented 2 years ago

Thanks!