Skip to content

Commit 1b810a5

Browse files
author
Stanislav Idolov
committed
ENGCOM-1849: [Backport] Resolved : Styling select by changing less variables in Luma theme… #15796
1 parent b752999 commit 1b810a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/framework/Magento/Sniffs/Less/PropertiesSortingSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
101101
private function validatePropertiesSorting(PHP_CodeSniffer_File $phpcsFile, $stackPtr, array $properties)
102102
{
103103
// Fix needed for cases when incorrect properties passed for validation due to bug in PHP tokens.
104-
$symbolsForSkip = ['(', 'block'];
104+
$symbolsForSkip = ['(', 'block', 'field'];
105105
$properties = array_filter(
106106
$properties,
107107
function ($var) use ($symbolsForSkip) {

0 commit comments

Comments
 (0)