Replace array() with shorthand.

This commit is contained in:
Darko
2015-07-28 09:55:13 +02:00
parent 5657c27d18
commit 0ccb312ff5
78 changed files with 285 additions and 285 deletions
@@ -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"];
}