Make PHP-CS happy
This commit is contained in:
@@ -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 [
|
||||||
|
|||||||
Reference in New Issue
Block a user