From 24ad834bf0cd684496bc9f9947dccc7b444a0a3f Mon Sep 17 00:00:00 2001 From: Yury Pikhtarev Date: Fri, 24 Nov 2023 18:35:13 +0400 Subject: [PATCH] Apply fixes from StyleCI (#1169) Co-authored-by: StyleCI Bot --- src/Legacy/Torrent.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Legacy/Torrent.php b/src/Legacy/Torrent.php index 130940365..acdf243d4 100644 --- a/src/Legacy/Torrent.php +++ b/src/Legacy/Torrent.php @@ -400,7 +400,6 @@ class Torrent $totallen = (float)$totallen; } elseif (isset($bt_v2)) { $fileTreeSize = function (array $array, string $name = '') use (&$fileTreeSize) { - global $lang; $size = 0;