mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Apply fixes from StyleCI
This commit is contained in:
parent
7dd699ddf9
commit
1f75f4e997
2 changed files with 4 additions and 5 deletions
|
@ -719,7 +719,6 @@ class Torrent
|
||||||
$attempts = $success = $response = 0;
|
$attempts = $success = $response = 0;
|
||||||
|
|
||||||
while (!$success && $attempts++ < $max_attempts) {
|
while (!$success && $attempts++ < $max_attempts) {
|
||||||
|
|
||||||
// Send request
|
// Send request
|
||||||
$file = fsockopen($bb_cfg['ocelot']['host'], $bb_cfg['ocelot']['port'], $error_num, $error_string);
|
$file = fsockopen($bb_cfg['ocelot']['host'], $bb_cfg['ocelot']['port'], $error_num, $error_string);
|
||||||
if ($file) {
|
if ($file) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue