Skip to content

Commit c8fd5b6

Browse files
committed
nit: Lint files
1 parent 04f9a20 commit c8fd5b6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

includes/Media/VideoHandler.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ class VideoHandler extends AudioHandler {
2626
*
2727
* @return array
2828
*/
29-
public function getParamMap(): array
30-
{
31-
return array_merge(parent::getParamMap(), [
29+
public function getParamMap(): array {
30+
return array_merge( parent::getParamMap(), [
3231
'gif' => 'gif',
3332
'cover' => 'cover',
34-
]);
33+
] );
3534
}
3635

3736
/**

0 commit comments

Comments
 (0)