Skip to content

Commit 74bf3b7

Browse files
no message
1 parent 0cd711b commit 74bf3b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Image.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ private static function opts() {return df_product_att_options('color');}
115115
* @used-by labels()
116116
* @return array(int => string)
117117
*/
118-
private static function optsM() {return dfcf(function() {return
119-
array_map('strtolower', array_column(self::opts(), 'label', 'value'))
120-
;});}
118+
private static function optsM() {return dfcf(function() {return array_map('strtolower', array_column(
119+
self::opts(), 'label', 'value')
120+
);});}
121121

122122
/**
123123
* 2019-08-22

0 commit comments

Comments
 (0)