cycle / annotated

Schema generation using annotated entities and mappers
MIT License
23 stars 12 forks source link

Add supporting for PHP 8.1 Enum #56

Closed roxblnfk closed 2 years ago

roxblnfk commented 2 years ago

Related to https://github.com/cycle/orm/issues/230 Docs: https://cycle-orm.dev/docs/advanced-column-wrappers/2.x/en#enum-typecast

codecov[bot] commented 2 years ago

Codecov Report

Merging #56 (435d4b9) into 3.x (6901e5f) will increase coverage by 0.68%. The diff coverage is 90.90%.

@@             Coverage Diff              @@
##                3.x      #56      +/-   ##
============================================
+ Coverage     90.06%   90.74%   +0.68%     
- Complexity      252      253       +1     
============================================
  Files            32       32              
  Lines           614      616       +2     
============================================
+ Hits            553      559       +6     
+ Misses           61       57       -4     
Impacted Files Coverage Δ
src/Annotation/Column.php 100.00% <ø> (ø)
src/Configurator.php 87.87% <90.90%> (+3.26%) :arrow_up:

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 6901e5f...435d4b9. Read the comment docs.