-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Console scopes #1085
Console scopes #1085
Conversation
butschster
commented
Feb 21, 2024
Q | A |
---|---|
Bugfix? | ✔️ |
Breaks BC? | ✔️ |
New feature? | ✔️ |
Issues | #1074 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/scopes #1085 +/- ##
====================================================
+ Coverage 89.54% 89.63% +0.09%
- Complexity 6350 6363 +13
====================================================
Files 829 832 +3
Lines 17926 17976 +50
====================================================
+ Hits 16052 16113 +61
+ Misses 1874 1863 -11 ☔ View full report in Codecov by Sentry. |
@@ -103,20 +119,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int | |||
} | |||
} | |||
|
|||
protected function buildCore(): CoreInterface |
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.
This method is protected, it may not be safe to remove it.
) { | ||
} | ||
|
||
public function make(array $interceptors, ?EventDispatcherInterface $eventDispatcher = null): CoreInterface |
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.
Add $interceptors php doc with type
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.
Added