-
Notifications
You must be signed in to change notification settings - Fork 8
Di attributes #245
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
Di attributes #245
Conversation
Qodana for PHP57 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- src/Admin/src/Repository/AdminLoginRepository.php:
- add
use Frontend\Admin\Entity\AdminLogin; - add:
#[Entity(AdminLogin::class)]
…e new dotkernel di package Signed-off-by: Claudiu Pintiuta <[email protected]>
Signed-off-by: Claudiu Pintiuta <[email protected]>
Signed-off-by: Claudiu Pintiuta <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 5.0 #245 +/- ##
======================================
Coverage ? 64.05%
Complexity ? 347
======================================
Files ? 49
Lines ? 1764
Branches ? 0
======================================
Hits ? 1130
Misses ? 634
Partials ? 0 ☔ View full report in Codecov by Sentry. |
No description provided.