mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -312,7 +312,7 @@ class Forking
|
||||
echo $exception->getMessage();
|
||||
})->catch(function (SerializableException $serializableException) {
|
||||
//we do nothing here just catch the error and move on
|
||||
});;
|
||||
});
|
||||
$maxWork--;
|
||||
}
|
||||
$pool->wait();
|
||||
@@ -406,7 +406,7 @@ class Forking
|
||||
echo $exception->getMessage();
|
||||
})->catch(function (SerializableException $serializableException) {
|
||||
//we do nothing here just catch the error and move on
|
||||
});;
|
||||
});
|
||||
}
|
||||
$pool->wait();
|
||||
}
|
||||
@@ -441,7 +441,7 @@ class Forking
|
||||
echo $exception->getMessage();
|
||||
})->catch(function (SerializableException $serializableException) {
|
||||
//we do nothing here just catch the error and move on
|
||||
});;
|
||||
});
|
||||
$maxWork--;
|
||||
}
|
||||
|
||||
@@ -511,7 +511,7 @@ class Forking
|
||||
echo $exception->getMessage();
|
||||
})->catch(function (SerializableException $serializableException) {
|
||||
//we do nothing here just catch the error and move on
|
||||
});;
|
||||
});
|
||||
}
|
||||
|
||||
$pool->wait();
|
||||
@@ -580,7 +580,7 @@ class Forking
|
||||
echo $exception->getMessage();
|
||||
})->catch(function (SerializableException $serializableException) {
|
||||
//we do nothing here just catch the error and move on
|
||||
});;
|
||||
});
|
||||
$maxWork--;
|
||||
}
|
||||
$pool->wait();
|
||||
@@ -928,7 +928,7 @@ class Forking
|
||||
echo $exception->getMessage();
|
||||
})->catch(function (SerializableException $serializableException) {
|
||||
//we do nothing here just catch the error and move on
|
||||
});;
|
||||
});
|
||||
}
|
||||
|
||||
$pool->wait();
|
||||
|
||||
Reference in New Issue
Block a user