Fix PHPDOC block return type declarations

This commit is contained in:
DariusIII
2018-05-31 10:50:18 +02:00
parent 414038a2cf
commit 1452b5fdea
6 changed files with 17 additions and 14 deletions
+3 -3
View File
@@ -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)
{