mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -101,7 +101,7 @@ class AnnounceController extends Controller
|
||||
$this->checkMinInterval($queries, $user);
|
||||
|
||||
/**
|
||||
* Check Download Slots
|
||||
* Check Download Slots.
|
||||
*/
|
||||
$this->checkDownloadSlots($user);
|
||||
|
||||
@@ -444,8 +444,9 @@ class AnnounceController extends Controller
|
||||
* @param $torrent
|
||||
* @param $user
|
||||
*
|
||||
* @return array
|
||||
* @throws \Exception
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
private function generateSuccessAnnounceResponse($queries, $torrent, $user): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user