mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Replace array() with shorthand.
This commit is contained in:
@@ -56,7 +56,7 @@ function create_guids($live, $delete = false)
|
||||
}
|
||||
continue;
|
||||
}
|
||||
$binary_names = array();
|
||||
$binary_names = [];
|
||||
foreach ($nzbfile->file as $file) {
|
||||
$binary_names[] = $file["subject"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user