From 01c39aed8c339c01887442bfddd070a14f9290db Mon Sep 17 00:00:00 2001 From: Yury Pikhtarev Date: Sat, 4 Nov 2023 10:00:07 +0400 Subject: [PATCH] Apply fixes from StyleCI (#1029) Co-authored-by: StyleCI Bot --- src/Legacy/Torrent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Legacy/Torrent.php b/src/Legacy/Torrent.php index 5f929ba81..97651148a 100644 --- a/src/Legacy/Torrent.php +++ b/src/Legacy/Torrent.php @@ -348,7 +348,7 @@ class Torrent } // Check if torrent contains info_hash v2 or v1 - if (($info['meta version'] ?? null) == 2 ) { + if (($info['meta version'] ?? null) == 2) { if (is_array($info['file tree'] ?? null)) { $bt_v2 = true; }