@@ -398,7 +398,7 @@ |
||
398 | 398 | public function getStills() |
399 | 399 | { |
400 | 400 | //sorting preview's images from smallest to biggest |
401 | - usort($this->stills, function (array $item1, array $item2) { |
|
401 | + usort($this->stills, function(array $item1, array $item2) { |
|
402 | 402 | if (isset($item1['dimension']['height'], $item2['dimension']['height'])) { |
403 | 403 | if ($item1['dimension']['height'] == $item2['dimension']['height']) { |
404 | 404 | return 0; |