We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd711b commit 74bf3b7Copy full SHA for 74bf3b7
Image.php
@@ -115,9 +115,9 @@ private static function opts() {return df_product_att_options('color');}
115
* @used-by labels()
116
* @return array(int => string)
117
*/
118
- private static function optsM() {return dfcf(function() {return
119
- array_map('strtolower', array_column(self::opts(), 'label', 'value'))
120
- ;});}
+ private static function optsM() {return dfcf(function() {return array_map('strtolower', array_column(
+ self::opts(), 'label', 'value')
+ );});}
121
122
/**
123
* 2019-08-22
0 commit comments