Closed
Description
Preconditions
- Magento 2.0.7
- PHP 7
Steps to reproduce
- call prepareColumnsList() in Magento\Framework\DB\Helper line 199.
list($correlationName, $column, $alias) = $columnEntry;
Expected result
- In PHP 7, calling list() starts with the left-most parameter (as stated in the php manual)
Actual result
- The method still works, but the values for $correlationName and $alias are reversed and this could result in unexpected errors or confusion.
Metadata
Metadata
Assignees
Labels
Distributed Contribution DayGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release