Apply fixes from StyleCI (#1169)

Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Yury Pikhtarev 2023-11-24 18:35:13 +04:00 committed by GitHub
commit 24ad834bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -400,7 +400,6 @@ class Torrent
$totallen = (float)$totallen; $totallen = (float)$totallen;
} elseif (isset($bt_v2)) { } elseif (isset($bt_v2)) {
$fileTreeSize = function (array $array, string $name = '') use (&$fileTreeSize) { $fileTreeSize = function (array $array, string $name = '') use (&$fileTreeSize) {
global $lang; global $lang;
$size = 0; $size = 0;