-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 原生枚举深度支持 #646
Merged
Merged
PHP 原生枚举深度支持 #646
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Yurunsoft
commented
Nov 14, 2023
- beans 配置注入支持枚举
- InEnum 验证器支持原生枚举
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.1 #646 +/- ##
============================================
+ Coverage 65.59% 66.32% +0.72%
- Complexity 11260 11284 +24
============================================
Files 896 897 +1
Lines 30676 30722 +46
============================================
+ Hits 20123 20376 +253
+ Misses 10553 10346 -207 ☔ View full report in Codecov by Sentry. |
Yurunsoft
added a commit
that referenced
this pull request
Nov 14, 2023
* beans 配置注入支持枚举 * InEnum 验证器支持原生枚举 * 修复 * 修复 * 修复一个类有多个Bean名称时,beans 注入的属性值不正确 * 完善测试 * 修复 * 修复 # Conflicts: # phpstan.neon # src/Bean/BeanProxy.php # src/Validate/ValidatorHelper.php
Yurunsoft
added a commit
that referenced
this pull request
Nov 14, 2023
* 重构 AMQP 枚举 * 重构 pgsql 枚举 * 重构 CronTaskType * 重构 Imi\Cron\Consts\UniqueLevel 枚举 * 重构 Imi\Db\Mysql\Consts\LogicalOperator * 重构 Imi\Db\Mysql\Query\FullText\SearchModifier * 修复 * 重构 Imi\Model\IdGenerator\UUIDGeneratorType * 更新文档 * 修复 * 重构 Imi\Server\WebSocket\Enum::NonControlFrameType 枚举 * PHP 原生枚举深度支持 (#646) * beans 配置注入支持枚举 * InEnum 验证器支持原生枚举 * 修复 * 修复 * 修复一个类有多个Bean名称时,beans 注入的属性值不正确 * 完善测试 * 修复 * 修复 # Conflicts: # phpstan.neon # src/Bean/BeanProxy.php # src/Validate/ValidatorHelper.php * 修复 * 修复 * 调整命名
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.