-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add StrictFactory
#214
Add StrictFactory
#214
Conversation
vjik
commented
Oct 31, 2024
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #214 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 42 48 +6
===========================================
Files 3 4 +1
Lines 95 108 +13
===========================================
+ Hits 95 108 +13 ☔ View full report in Codecov by Sentry. |
It's good implementation-wise. What's the use case? |
I want to try to use it in Yii Queue refactoring: yiisoft/queue#222 |
Co-authored-by: Aleksei Gagarin <[email protected]>