diff --git a/Blacklight/NameFixer.php b/Blacklight/NameFixer.php index ef939ade1..1d9509b86 100755 --- a/Blacklight/NameFixer.php +++ b/Blacklight/NameFixer.php @@ -465,9 +465,9 @@ class NameFixer /** * Attempts to fix release names using the Par2 File. * - * @param $time 1: 24 hours, 2: no time limit - * @param $echo 1: change the name, anything else: preview of what could have been changed. - * @param $cats 1: other categories, 2: all categories + * @param $time 1: 24 hours, 2: no time limit + * @param $echo 1: change the name, anything else: preview of what could have been changed. + * @param $cats 1: other categories, 2: all categories * * @throws \Exception */ diff --git a/Blacklight/XXX.php b/Blacklight/XXX.php index 6064aaddd..c4842f390 100755 --- a/Blacklight/XXX.php +++ b/Blacklight/XXX.php @@ -292,7 +292,7 @@ class XXX /** * Get Genre id's Of the title. * - * @param $arr - Array or String + * @param $arr - Array or String * @return string - If array .. 1,2,3,4 if string .. 1 */ protected function getGenreID($arr): string diff --git a/app/Models/Forumpost.php b/app/Models/Forumpost.php index f7572ba3e..2f43331d0 100644 --- a/app/Models/Forumpost.php +++ b/app/Models/Forumpost.php @@ -133,7 +133,7 @@ class Forumpost extends Model * Get browse range for forum. * * - * @param $start + * @param $start */ public static function getBrowseRange(): LengthAwarePaginator {