Completed
Pull Request — master (#25)
by
unknown
04:18
created
lib/Entity/Video.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -398,7 +398,7 @@
 block discarded – undo
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
                 return $item1['dimension']['height'] > $item2['dimension']['height'];
404 404
             }
Please login to merge, or discard this patch.