Skip to content

Commit 8d78cc1

Browse files
committed
MC-5681: Onepage Checkout improvements.
1 parent 9a5f176 commit 8d78cc1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/code/Magento/Checkout/Block/Checkout/LayoutProcessor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ private function convertElementsToSelect($elements, $attributesToConvert)
122122
if (!in_array($code, $codes)) {
123123
continue;
124124
}
125+
// phpcs:ignore Magento2.Functions.DiscouragedFunction
125126
$options = call_user_func($attributesToConvert[$code]);
126127
if (!is_array($options)) {
127128
continue;

app/code/Magento/Checkout/Model/DefaultConfigProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
*
3636
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3737
* @SuppressWarnings(PHPMD.TooManyFields)
38+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
3839
*/
3940
class DefaultConfigProvider implements ConfigProviderInterface
4041
{

app/code/Magento/Wishlist/Helper/Data.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*
1414
* @author Magento Core Team <core@magentocommerce.com>
1515
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
16+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1617
*
1718
* @api
1819
* @since 100.0.2

0 commit comments

Comments
 (0)