This commit is contained in:
DariusIII
2024-01-16 19:44:29 +01:00
parent 2f9f449332
commit c57d5037e9
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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
*/
+1 -1
View File
@@ -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
+1 -1
View File
@@ -133,7 +133,7 @@ class Forumpost extends Model
* Get browse range for forum.
*
*
* @param $start
* @param $start
*/
public static function getBrowseRange(): LengthAwarePaginator
{