-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Merge 3.x into 4.x #1486
Merge 3.x into 4.x #1486
Conversation
SnapshotManager config is
Seems like the we're injecting Any help is welcomed @jordisala1991 @eerison @Hanmac |
4b0d795
to
2cf62fb
Compare
I'm not sure, why do we need this But it's the idea I guess we can do this using decorator? |
My main concern was about the fourth argument of the constructor. But seems like the SnapshotManager templates are
So I removed them |
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.
Only a pedantic question
@@ -63,6 +60,9 @@ protected function setUp(): void | |||
$this->application->add($command); | |||
} | |||
|
|||
/** | |||
* @group legacy |
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.
why group legacy?
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.
Answer myself to the question, because this is needed: #1488
We should remember to remove this on that PR.
No description provided.