-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Change 'select' to 'query' in props #5043
Conversation
63 | ERROR | Expected 5 space(s) before asterisk; 4 found
@@ -59,9 +59,9 @@ | |||
protected $entityFactory; | |||
|
|||
/** | |||
* @var \Magento\Framework\DB\Select | |||
* @var \Magento\Framework\DB\Query |
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.
Interface \Magento\Framework\DB\QueryInterface
should be used instead of concrete class
- use interface instead of class itself; - leave deprecated $select property;
@flancer64 Thank you for your contribution. Please accept the contributors license agreement so this PR can be further processed. This can be done by clicking the "Details" link next to the "license/cla" check below. |
@daim2k5 , I did it twice but licence/cla is in "is not signed yet" state still. |
@flancer64 i try to forward this issue |
Opened internal task item MAGETWO-56719 |
@flancer64 thank you for your contribution to Magento 2 project |
See #5040