marc-mabe / php-enum

Simple and fast implementation of enumerations with native PHP
BSD 3-Clause "New" or "Revised" License
464 stars 36 forks source link

fix error on `clone $enum` #155

Closed marc-mabe closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #155 (4e160b1) into master (207002c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #155   +/-   ##
=========================================
  Coverage     99.81%   99.81%           
  Complexity      227      227           
=========================================
  Files             4        4           
  Lines           555      555           
=========================================
  Hits            554      554           
  Misses            1        1           
Impacted Files Coverage Δ
src/Enum.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 207002c...4e160b1. Read the comment docs.