File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,21 +180,25 @@ class SpoonDataGrid
180180 *
181181 * @var array
182182 */
183- private $ sortingIcons = [ 'asc ' => null ,
184- 'ascSelected ' => null ,
185- 'desc ' => null ,
186- 'descSelected ' => null ];
183+ private $ sortingIcons = [
184+ 'asc ' => null ,
185+ 'ascSelected ' => null ,
186+ 'desc ' => null ,
187+ 'descSelected ' => null ,
188+ ];
187189
188190
189191 /**
190192 * Sorting Labels
191193 *
192194 * @var array
193195 */
194- private $ sortingLabels = [ 'asc ' => 'Sort ascending ' ,
195- 'ascSelected ' => 'Sorted ascending ' ,
196- 'desc ' => 'Sort descending ' ,
197- 'descSelected ' => 'Sorted descending ' ];
196+ private $ sortingLabels = [
197+ 'asc ' => 'Sort ascending ' ,
198+ 'ascSelected ' => 'Sorted ascending ' ,
199+ 'desc ' => 'Sort descending ' ,
200+ 'descSelected ' => 'Sorted descending ' ,
201+ ];
198202
199203
200204 /**
You can’t perform that action at this time.
0 commit comments