Skip to content

Conversation

@puzzledpolymath
Copy link
Contributor

🔍 What was changed

  • Support specifying enum values as Array
  • Support specifying enum values as BackedEnum

📝 Checklist

@cycle cycle deleted a comment from codecov bot Nov 4, 2025
@cycle cycle deleted a comment from codecov bot Nov 4, 2025
@codecov
Copy link

codecov bot commented Nov 4, 2025

Codecov Report

❌ Patch coverage is 94.44444% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 91.87%. Comparing base (f996d3e) to head (93d64d7).
⚠️ Report is 1 commits behind head on 4.x.

Files with missing lines Patch % Lines
src/Annotation/Column.php 94.44% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                4.x     #119      +/-   ##
============================================
+ Coverage     91.83%   91.87%   +0.04%     
- Complexity      314      324      +10     
============================================
  Files            38       38              
  Lines           808      825      +17     
============================================
+ Hits            742      758      +16     
- Misses           66       67       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@roxblnfk
Copy link
Member

roxblnfk commented Nov 4, 2025

Thanks.
Would you like to finish #100 ?

@roxblnfk roxblnfk merged commit 7564927 into 4.x Nov 4, 2025
12 checks passed
@roxblnfk roxblnfk deleted the enum-values branch November 4, 2025 08:20
@roxblnfk roxblnfk changed the title Specify enum values Support PHP Enums in Enum Column values Nov 4, 2025
@puzzledpolymath
Copy link
Contributor Author

Thanks. Would you like to finish #100 ?

There's currently 2 PR's I've created which I'd like to see reviewed and merged before considering tackling this.

cycle/database#231 - Created over 4 months ago, with significant time invested
cycle/entity-behavior-identifier#5 - New repository superseding entity-behavior-uuid

Browsing that PR #100 and related tickets, there's quite a bit of information which needs sorting through, not certain if anything was resolved and what state it was left in. I can take a look once time permits or I'm open to bounty this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

💡 Specify enum values in different ways

3 participants