mirror of
https://github.com/friendica/friendica
synced 2024-11-14 04:22:55 +00:00
Make PHP-CS happy
This commit is contained in:
parent
d8ad95ac39
commit
7c058153b5
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ class Browser extends BaseModule
|
||||||
|
|
||||||
protected function map_files(array $record): array
|
protected function map_files(array $record): array
|
||||||
{
|
{
|
||||||
[$m1, $m2] = explode('/', $record['filetype']);
|
list($m1, $m2) = explode('/', $record['filetype']);
|
||||||
$filetype = file_exists(sprintf('images/icons/%s.png', $m1) ? $m1 : 'zip');
|
$filetype = file_exists(sprintf('images/icons/%s.png', $m1) ? $m1 : 'zip');
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Reference in a new issue