mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix PHPDOC block return type declarations
This commit is contained in:
@@ -76,11 +76,11 @@ class UserDownload extends Model
|
||||
/**
|
||||
* If a user downloads a NZB, log it.
|
||||
*
|
||||
* @param int $userID id of the user.
|
||||
*
|
||||
* @param $releaseID
|
||||
* @param $userID
|
||||
* @param $releaseID
|
||||
*
|
||||
* @return bool|int
|
||||
* @return int|\Illuminate\Database\Eloquent\Builder
|
||||
*/
|
||||
public static function addDownloadRequest($userID, $releaseID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user