fre5h / DoctrineEnumBundle

📦 Provides support of ENUM type for Doctrine in Symfony applications.
https://github.com/fre5h/DoctrineEnumBundle
MIT License
459 stars 75 forks source link

Allow values and labels to use different types #202

Closed colinodell closed 3 years ago

colinodell commented 3 years ago

Fixes #201

codecov[bot] commented 3 years ago

Codecov Report

Merging #202 (5887218) into main (8c6f3fe) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #202   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       106       106           
===========================================
  Files             12        12           
  Lines            261       261           
===========================================
  Hits             261       261           
Impacted Files Coverage Δ
Form/EnumTypeGuesser.php 100.00% <ø> (ø)
Twig/Extension/AbstractEnumTwigExtension.php 100.00% <ø> (ø)
Twig/Extension/EnumConstantTwigExtension.php 100.00% <ø> (ø)
Validator/Constraints/Enum.php 100.00% <ø> (ø)
DBAL/Types/AbstractEnumType.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 8c6f3fe...5887218. Read the comment docs.

fre5h commented 3 years ago

@colinodell Thank you for improvement